Does anyone know of a good PHP based file uploader using AJAX?
The demo below look promising, but it's for ASP.Net
From stackoverflow
-
You can try to look at ibm example.
-
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
suda : Handling async and traditional upload in PHP is basically identical. Except that, most client side examples, include server implementation (mostly in PHP) :)
0 comments:
Post a Comment