Tracking the progress of download

Hello to all!
Who knows how to track the progress of the download using PHP and
JavaScript? I have a script that downloads file from net to the
server, and I want to the process including the speed to the
clientside. How can I do that?

Best regards,
Sam


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sam [ Do, 17 Dezember 2009 07:12 ] [ ID #2026379 ]

RE: Tracking the progress of download

-----Original Message-----
From: Sam [mailto:saminsider [at] inbox.ru]
Sent: 17 December 2009 08:13 AM
To: php-general [at] lists.php.net
Subject: [PHP] Tracking the progress of download

Hello to all!
Who knows how to track the progress of the download using PHP and
JavaScript? I have a script that downloads file from net to the
server, and I want to the process including the speed to the
clientside. How can I do that?

Best regards,
Sam

Hi Sam,

Not sure if its possible but I know that you can perhaps use Ajax to do the
upload then they have a percentage indicator. Just google.

Regards
Angelo

http://www.wapit.co.za
http://www.elemental.co.za


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
angelo [ Do, 17 Dezember 2009 12:19 ] [ ID #2026388 ]
PHP » gmane.comp.php.general » Tracking the progress of download

Vorheriges Thema: A PHP-driven script to determine if the environment is configured
Nächstes Thema: A strange question about mysql_close()