PHP/ JS File Upload Progress Bar [duplicate]
How do I create a file upload progress bar similar to getdropbox.com using PHP and/or JavaScript?
Thanks, -Giles
check http://www.ibm.com/developerworks/library/os-php-v525/index.html for a tutorial on this topic
I think the best way to go about this is to use a Flash SWF to actually do the uploading and have it call javascript functions (using 'external interface') to update progress bars and so forth. There are a couple of projects out there for different javascript libraries, here is an example for jQuery: here
精彩评论