Is it possible to upload a file using Ajax ? Reason
Answer Posted / sushovan and joydip
At first u browse the file by
<input type="file" name="file1"> then u use a link ie:
<a href="#" onclick="upload()">upload</a>
then on the upload() function u use a framework named
prototype.js
u just import the file in javascript, use this file
u can send the file path to another page after complete ur
upload into that page this framework automatically return
into prev page with html response.
.... it may be possible by that way..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of ajax?
How does an ajax call work?
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
What are different readystate in ajax?
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?
What is the minimum version of php that needs to be running in order to use html_ajax?
What technologies are being used in ajax? : asp.net ajax
What is the xmlhttprequest object?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
Do I really need to learn javascript before ajax?
What is the asp.net ajax framework?
What are the difference between server-side ajax framework and client-side ajax framework?
Should I use an http get or post for my ajax calls?
What are the types of send() method used for xmlhttprequest?