tags:

views:

242

answers:

2

Hey all,

How do I create a file upload progress bar similar to getdropbox.com using PHP and/or JavaScript?

Thanks, -Giles

+1  A: 

check http://www.ibm.com/developerworks/library/os-php-v525/index.html for a tutorial on this topic

Tim
A: 

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