Page 1 of 1

File Uploading using AJAX?

Posted: Thu May 10, 2007 2:03 am
by linkmania
Hai,

Any one have idea about file uploading using pure AJAX?

Posted: Thu May 10, 2007 2:15 am
by d3ad1ysp0rk
As far as I'm aware, the only way is a hack in mozilla, which only works with 0.001% of the population (who have made the change to their about:config).. so.. basically impossible.

http://www.captain.at/ajax-file-upload.php

Why do you need to? A file upload isn't really a good use of Ajax..

Posted: Thu May 10, 2007 6:45 am
by dhrosti
You can't upload files using ajax functionality, but you can insert an iframe that can't be seen by the user which processes the file upload.