Jump to content

[SOLVED] Upload Progress Bar?


ahzulfi

Recommended Posts

Hello, please tell me how to create an UPLOAD PROGRESS SCRIPT, i just know how to creat upload file script but now most of the users want an upload feedback otherwise they get frustratedon getting no results  :-[, therefore please help me how to make an UPLOAD PROGRESS BAR file script.

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/83060-solved-upload-progress-bar/
Share on other sites

need to look at AJAX as php only knows the size of the file once uploaded as it's serverside.. however AJAX uses javascript and you can find the filesize off the client PC and then work out the progress made.

 

http://www.devpro.it/upload_progress/

 

Just google it (not tested above just first thing off google.)

 

Regards

Liam)

Edit: bleh people beat me to it, but here it is anyway.

 

 

God the caps are annoying.

 

I don't think it's possible with PHP alone.

 

http://www.raditha.com:443/php/progress.php

http://tomas.epineer.se/archives/3

 

 

Google is your friend.

 

http://www.google.com/search?hl=en&q=php+upload+progress+bar

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.