How do I create a file upload progress bar similar to getdropbox.com using PHP and/or JavaScript?
Thanks, -Giles
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