Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to php and web designing. I want to make an upload with a progress bar. How i can check the progress ?

Thanks.
Posted

This is from a dutch site but nice code :)
http://www.scriptorama.nl/files/progress-bar.zip[^]

Also, have a look here:
http://sourceforge.net/projects/uber-uploader[^]

Good luck!
 
Share this answer
 
I doubt PHP is able to directly report on the progress of an upload by default. You may need additional packages to support this with just PHP. A quick search brought up this HOWTO

http://t.wits.sg/2008/06/25/howto-php-and-jquery-upload-progress-bar/[^]

The other option would be to use flash. I know there are some great jQuery plugins available that will set this up for you. Take a look at the projects below, most of them will have demos that will help get you started.

http://www.bitrepository.com/uploading-files-with-progress-bar.htm[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900