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 is the limitation of AJAX ?
What are the difference between server-side ajax framework and client-side ajax framework?
Should I consider ajax?
How do I handle the back and forward buttons?
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?
Does ajax have significant accessibility or browser compatibility limitations?
What are the types of open() method used for xmlhttprequest?
Would we be able to settle the updatepanel controls?
Which are the trigger types that we find in update panel?
What are Ajax applications?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
What are the different ready states of a request in ajax?
What is synchronous request in ajax?
What are the technologies used by ajax?
What is xmlhttprequest object in ajax?