I’m using https://github.com/blueimp/jQuery-File-Upload and I was able to upload and save the file to designated folder, and then I return the Json object. Then the browser (I use IE8) pops “File Download” dialog and asks me to download a file named “upload75bea5a4” with no extension. I just could not figure out what is wrong?
I’m using https://github.com/blueimp/jQuery-File-Upload and I was able to upload and save the file to
Share
I am using the same plugin and it’s working without any problems for me. I will post the codes I am using so that can help you. The C# code I saw at Scott Hanselman’s blog (and I made few changes).
A class to store the properties of the file:
The upload code, which is called by the ajax:
The javascript piece which makes the magic:
Take a look and make some tests.
—
EDIT
I wrote an article about it.