I'd like an AJAX file uploader like the one shown in Gmail when you're uploading a file (with the progress bar) written in PHP.
Anyone have any ideas?
Thanks.
I'd like an AJAX file uploader like the one shown in Gmail when you're uploading a file (with the progress bar) written in PHP.
Anyone have any ideas?
Thanks.
You could dynamically update a JQuery Progress Bar plugin, and achieve the same look and feel.
Then all you need to do is reference that progress bar and set it's value based on your actual progress:
you can use this plugins :
http://aquantum-demo.appspot.com/file-upload
or
http://valums.com/files/2010/file-uploader/demo.htm
or
http://www.uploadify.com/demos/
Many other can be found on Google and on this page
I tried AJAX Upload by Andrew Valums to upload multiple files. This works really great and easy to use.