views:

249

answers:

4

Does anyone know of a good PHP based file uploader using AJAX?

The demo below look promising, but it's for ASP.Net

http://mattberseth2.com/demo/Default.aspx?Name=ASP.NET+File+Upload+with+Real-Time+Progress+Bar&Filter=All

A: 

You can try to look at ibm example.

lfx
A: 

Here is a nice ajax file uploader:

http://www.ajaxf1.com/product/ajax-file-upload.html

+2  A: 

I prefer to write as much code my self as I can, here is a great tutorial with working examples using the jQuery library: http://valums.com/ajax-upload/

Ryan Rohrer
A: 

This question was already on StackOverflow couple times: http://stackoverflow.com/questions/543926/is-it-possible-to-ajax-a-file-upload http://stackoverflow.com/questions/166221/how-can-i-upload-files-asynchronously-with-jquery

suda
The previous questions were not specific to **PHP**.
Handling async and traditional upload in PHP is basically identical. Except that, most client side examples, include server implementation (mostly in PHP) :)
suda