how to upload files using ajax in jquery, windows 7
-
how to upload files using ajax in jquery. system: windows 7, iis, asp.net, c#
-
Answer:
AJAX doesn't support file upload. Your best bet to achieve a "background" upload is to use a hidden iframe and trigger the upload from that using a normal post (http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/ from googling "hidden iframe upload .net"). You can build up AJAX-based code that will track the progress of the upload by querying the server to see how much of the total upload has completed, but the upload itself needs to use a normal post. Other alternatives include Java- or Flash-based file uploaders.
dotnetdude at Stack Overflow Visit the source
Other answers
Similar question answered here: http://stackoverflow.com/questions/3190809/synchronous-ajax
IrishChieftain
check out this : http://malsup.com/jquery/form/#file-upload
D.J
Related Q & A:
- How to upload image using Ajax request?Best solution by Stack Overflow
- How to upload file using ajax php?Best solution by Stack Overflow
- In Visual Studio 2012 or 2013, how can I register a DLL file on Windows 7 64-bit computer using a Custom Action command?Best solution by Stack Overflow
- How to delete hidden files in windows 7?Best solution by Yahoo! Answers
- How to install tomcat 7 in windows 7?Best solution by ntu.edu.sg
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.