Re: [PHP] Tracking file download progress

2009-12-26 Thread STEEL
Thanks all, I've found the solution! PHP Backend + JQuery works great! Just out of curiosity. Can you please tell me how you initiated the download? Via JSHttpRequest( JQuery started to lie %) ) to PHP backend then , in file downloading cycle there are $GLOBALS['_FULL'] tells frontend

Re: [PHP] Tracking file download progress

2009-12-25 Thread kranthi
Thanks all, I've found the solution! PHP Backend + JQuery works great! Just out of curiosity. Can you please tell me how you initiated the download? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Tracking file download progress

2009-12-24 Thread Daniel Egeberg
2009/12/24 STEEL vla...@mail.kna.ru: Hi all! Here  is  the  problem: i have PHP script that takes URL of file from client  and  downloads  it  to  my server. But when file is downloading, clients  see blank page. How can I track file download progress on the server  side(easier) and send

Re: [PHP] Tracking file download progress

2009-12-24 Thread STEEL
2009/12/24 STEEL vla...@mail.kna.ru: Hi all! Here  is  the  problem: i have PHP script that takes URL of file from client  and  downloads  it  to  my server. But when file is downloading, clients  see blank page. How can I track file download progress on the server  side(easier) and send

Re: [PHP] Tracking file download progress

2009-12-24 Thread kranthi
I dont think the problem in discussion has a solution. Your idea can probably work but I could not understand how $_REQUEST['compleated'] variable is populated. However it suffers from 2 problems. 1. It consumes a lot of unnecessary bandwidth. 2. How are you going to initiate the download ? That

Re: [PHP] Tracking file download progress

2009-12-24 Thread Daniel Egeberg
On Thu, Dec 24, 2009 at 09:55, STEEL vla...@mail.kna.ru wrote: Thanks for response, but seems you haven't understood: takes URL of file from client  and  downloads  it  to  my server. User  don't download it at the downloading time to server, server gets it thru PHP script and stores on

Re: [PHP] Tracking file download progress

2009-12-24 Thread STEEL
On Thu, Dec 24, 2009 at 09:55, STEEL vla...@mail.kna.ru wrote: Thanks for response, but seems you haven't understood: takes URL of file from client  and  downloads  it  to  my server. User  don't download it at the downloading time to server, server gets it thru PHP script and stores on

Re: [PHP] Tracking file download progress

2009-12-24 Thread tedd
At 5:28 PM +1000 12/24/09, STEEL wrote: Hi all! Here is the problem: i have PHP script that takes URL of file from client and downloads it to my server. But when file is downloading, clients see blank page. How can I track file download progress on the server side(easier) and send

Re: [PHP] Tracking file download progress

2009-12-24 Thread kranthi
Just out of curiosity. Can you please tell me how you initiated the download? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php