Upload Progress Bar??? HELP!!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Does anyone have the perl code that does it? Not sure how much I'll understand but interesting nonetheless.
travist349
Forum Newbie
Posts: 3
Joined: Fri Sep 08, 2006 3:16 pm

Post by travist349 »

The Perl code is included in the TesUpload download... Guys, this solution is the best I have seen on the internet (and believe me, I have looked hard).

Let me know if you guys have any problems.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

The Ninja Space Goat wrote:what does scruvy mean? :lol:
Image
Arrrrrr!
The Perl code is included in the TesUpload download... Guys, this solution is the best I have seen on the internet (and believe me, I have looked hard).
Will do :)
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

Image that's great.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

The Ninja Space Goat wrote:what does scruvy mean? :lol:
That be me own mixin' of scurvy and groovy ... like a Margarita without no lime ... salty and arrrrrrrrrrrrr.....
(#10850)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

arborint wrote:There was/is a patch for PHP that adds this feature. There are also a long running series of requests and patches to add this functionality to PHP -- one by the author of that patch. None have been accepted so far that I know of. I have not followed it for a while so do know if there are any plans in 6.0 for this.
Upload hooks are in the 6 branch. However they are available to extensions, not scripts.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

feyd wrote:Upload hooks are in the 6 branch. However they are available to extensions, not scripts.
According to Rasmus it is in 5.2
http://beeblex.com/lists/index.php/php. ... .internals
(#10850)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I forgot to say they are in 5.2 as well, same situation however.
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

Interesting that you can observe upload in the browser's status bar, however there's no JS API that can at least read it.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

wtf wrote:Interesting that you can observe upload in the browser's status bar, however there's no JS API that can at least read it.
I think that's actually a really good thing. Mostly due to security and privacy concerns.
PilgrimX182
Forum Newbie
Posts: 1
Joined: Fri Sep 15, 2006 12:23 am

Post by PilgrimX182 »

ole wrote:Does anyone have the perl code that does it? Not sure how much I'll understand but interesting nonetheless.
Check this XUpload script: http://sibsoft.net/xupload written in Perl, but well integrating with PHP scripts. Live demos are available.
Post Reply