File Uploading using AJAX?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
linkmania
Forum Newbie
Posts: 4
Joined: Thu May 10, 2007 1:45 am
Location: India

File Uploading using AJAX?

Post by linkmania »

Hai,

Any one have idea about file uploading using pure AJAX?
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post 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..
User avatar
dhrosti
Forum Commoner
Posts: 90
Joined: Wed Jan 10, 2007 5:01 am
Location: Leeds, UK

Post 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.
Post Reply