Recently, I had a requirement to implement a file upload using only JavaScript and Ajax post, without using the RequestContext object or the FormData objects. The requirement was to post user uploaded file to a WebApi method. The posted file should not be obtained using Request.
from My Pocket http://www.codeproject.com/Tips/1065501/File-Upload-Using-Html-File-API-Ajax-Post
No comments:
Post a Comment