>> 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 fronten
> 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
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
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 resul
> On Thu, Dec 24, 2009 at 09:55, STEEL 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 itself!
>>
On Thu, Dec 24, 2009 at 09:55, STEEL 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 itself!
> ONly i w
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
> 2009/12/24 STEEL :
>> 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 result to c
2009/12/24 STEEL :
> 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 result to client l
9 matches
Mail list logo