Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.