Does anyone know of a good PHP based file uploader using AJAX?
The demo below look promising, but it's for ASP.Net
Does anyone know of a good PHP based file uploader using AJAX?
The demo below look promising, but it's for ASP.Net
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/
I've had great success with this one:
Here is a easy and good one file upploader , which can give power for upload many files from one form in async fashion. we have used in our application and working (running) fine. http://webcheatsheet.com/php/jquery_file_upload.php?print=Y
It also contains documentation which help you to edit it.