kpikul
08-10-2006, 03:40 PM
This is the line that I am using. It works fine for files under 2-3 megs but anything larger and it dies. Is there a default timeout where it just dies or does this have to do with my host?
@copy("$img1", "./files/$img1_name")
or die("Couldn't copy the file.");
@copy("$img1", "./files/$img1_name")
or die("Couldn't copy the file.");