2

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

Thanks, -Giles

Giles Van Gruisen
  • 961
  • 3
  • 13
  • 27
  • See "Upload progress using pure PHP/AJAX?" http://stackoverflow.com/questions/653063/upload-progress-using-pure-php-ajax – Sampson Dec 30 '09 at 02:44

2 Answers2

2

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

Flatlin3
  • 1,658
  • 14
  • 26
  • 1
    This is not a good answer for Stackoverflow. It is a **link-only** answer and the contents of the link may not exist in the future. – Jimbo May 06 '14 at 13:53
0

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

user237119
  • 409
  • 4
  • 4