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
Is ajax a framework?
Is json is a programming language?
What are the difference between AJAX and Javascript?
What is the difference between a destructor and a garbage collector?
What is advantage of ajax?
Are there any frameworks available to help speedup development with ajax?
What is the difference between json and ajax?
Do I really need to learn javascript before ajax?
What are the different ways to pass parameters to the server? : asp.net ajax
What is the importance of client-side libraries? : asp.net ajax
Describe the ajax design pattern.
Define json?
Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?
What is polling in ajax.
When should I use an java applet instead of ajax?