Page 2 of 2

Posted: Fri Sep 08, 2006 8:25 pm
by Ollie Saunders
Does anyone have the perl code that does it? Not sure how much I'll understand but interesting nonetheless.

Posted: Fri Sep 08, 2006 8:43 pm
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.

Posted: Fri Sep 08, 2006 8:48 pm
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 :)

Posted: Fri Sep 08, 2006 8:54 pm
by Luke
Image that's great.

Posted: Fri Sep 08, 2006 9:53 pm
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.....

Posted: Fri Sep 08, 2006 10:46 pm
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.

Posted: Fri Sep 08, 2006 11:29 pm
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

Posted: Fri Sep 08, 2006 11:37 pm
by feyd
I forgot to say they are in 5.2 as well, same situation however.

Posted: Sat Sep 09, 2006 12:09 am
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.

Posted: Sat Sep 09, 2006 8:18 am
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.

Posted: Fri Sep 15, 2006 12:26 am
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.