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 necessary control that must put in order to use Ajax Controls?
What are the difference between server-side ajax framework and client-side ajax framework?
Which request is better with ajax, get or post?
Which are limitations of ajax?
Is ajax considered a programming language?
Are there any frameworks available to help speedup development with ajax?
How do I provide internationalized ajax interactions?
Is the server or the client in control?
How do I access data from other domains to create a mashup with java?
Explain what is polling in ajax?
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
What are the types of open() method used for xmlhttprequest?
Which are the knowledge requirements for personal ajax functionality?
How do we get the xmlhttprequest object in ajax?
How do we abort the current xmlhttprequest in ajax?