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
Is ajax considered a programming language?
What is ajax method?
When will html_ajax have a stable release?
Would we be able to call server-side code from javascript?
What are the components of the asp.net ajax architecture? : asp.net ajax
Briefly describe asp.net ajax framework? : asp.net ajax
What are the types of send() method used for xmlhttprequest?
Which are limitations of ajax?
Do we have to use http get/post for the ajax calls?
What is the difference between json and ajax?
Why does html_ajax hang on some server installs?
What is the difference between proxied and proxyless calls?
How can javascript be debugged?
Is the server or the client in control?
Did adaptive path help build google's ajax applications?