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
Why does html_ajax hang on some server installs?
When do I use a synchronous versus asynchronous request?
What are the extender controls? : asp.net ajax
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
What is the asp.net ajax framework? What versions have been released so far?
What is ajax and how does it work?
Is it possible to use fileupload control within the update panel?
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
List the different states of xmlhttprequest with their description? : asp.net ajax
What exactly is the w3c dom?
What is the use of the scriptmanager control in ajax? : asp.net ajax
Is the server or the client in control?
How do I abort the current xmlhttprequest?
Do I really need to learn javascript before ajax?
Explain Ajax polling?