juanpablo Posted April 11, 2010 Share Posted April 11, 2010 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 More sharing options...
mikesta707 Posted April 11, 2010 Share Posted April 11, 2010 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 More sharing options...
andrewgauger Posted April 11, 2010 Share Posted April 11, 2010 javascript progress bar: http://jqueryui.com/demos/progressbar/ Link to comment https://forums.phpfreaks.com/topic/198249-php-progress-bar/#findComment-1040175 Share on other sites More sharing options...
PFMaBiSmAd Posted April 12, 2010 Share Posted April 12, 2010 http://sourceforge.net/projects/upu/ Link to comment https://forums.phpfreaks.com/topic/198249-php-progress-bar/#findComment-1040177 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.