Jump to content

PHP Progress Bar?


juanpablo

Recommended Posts

I've been googling a lot but haven't really found a thing that works.

 

Basically, what I'm trying to do is create a progress bar that shows the percentage uploaded. If the upload rate can be shown, that's great but I'm not necessarily looking for that *right* now.

 

All I want is a bar that shows the remaining percentage.

 

I've found something like a extension called uploadprogress but have no idea where to download it (I think a .so is required) or how to install it.

 

Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/198249-php-progress-bar/
Share on other sites

a progress bar with PHP alone is not possible, since when you upload something to a page, it goes through the whole upload first before loading the new page.

 

However, there are solutions using ajax/php combinations. a quick google search found this:

 

http://bluga.net/projects/uploadProgressMeter/

 

among other things. I can't validate how useful that may be (didnt try it), but a little research via google will probably provide something usefull

Link to comment
https://forums.phpfreaks.com/topic/198249-php-progress-bar/#findComment-1040172
Share on other sites

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.