Hi all,
Need help on a big problem I've.
Due to timeout (can't change settings or ISP...) I've to modify a script
that read an XML document and save sent pictures on a server.
This is a long time processing task and I get "out of time limit" every day.
Now my question is: it is possible to send the encoded images (they are in
[cdata] base 64 in XML) to an other script that will save the files on the
server ?
I mean call a script like that:
<a href="saveimage s.php?picarray= ".$picarray ." target="_blank" >click
here</abut off course without the a href but an automatic call maybe in
javascript ?
Please help, I spend 5 days on this without much success.
Bob
Need help on a big problem I've.
Due to timeout (can't change settings or ISP...) I've to modify a script
that read an XML document and save sent pictures on a server.
This is a long time processing task and I get "out of time limit" every day.
Now my question is: it is possible to send the encoded images (they are in
[cdata] base 64 in XML) to an other script that will save the files on the
server ?
I mean call a script like that:
<a href="saveimage s.php?picarray= ".$picarray ." target="_blank" >click
here</abut off course without the a href but an automatic call maybe in
javascript ?
Please help, I spend 5 days on this without much success.
Bob
Comment