Is it possible to upload a file using Ajax ? Reason
Answer Posted / jay
reason why you cant (actually you can, if you specifically
set that option in Firefox) upload by just using AJAX is
that if it was possible, some malicious code could be
sending any files through ajax from your disk without your
knowledge, which would be a huge security issue.
isntead, you're using FORM posting for that.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Does load runner support ajax apps?
When should we use a java applet instead of ajax?
What is the limitation of AJAX ?
What are the basic controls in asp.net ajax?
What are the protocols and forms in ajax?
What are the types of send() method used for xmlhttprequest?
Describe ajax control extender toolkit? : asp.net ajax
What are the tools for debugging ajax applications?
Is ajax built into javascript?
What is the difference between synchronous and asynchronous requests?
What are ajax extensions?
Can you list some examples of ajax-based applications?
Easy trough that the classical web applications are harder to make than ajax applications?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
Would we be able to call server-side code from javascript?