Monday, December 21, 2015

File Upload Using Html5 File API & Ajax Post



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