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
Here is a nice ajax file uploader:
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/
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