Hello
I got a problem of a big time delay while copying a large file onto my web server via php script. I mean the process appears to run very slowly, about minute or even two.
Here is the code:
---------------------
<?PHP
if (copy('file1', 'file2'))
{ echo "ALL ITS OK"; }
else
{ echo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.