i have an upload link for a client, and most of the files they upload are more then a couple megs, so during the upload the server times out. (my host server www.flamesburn.com has it set to 60 seconds and wont change it for security reasons) is there any way around this?
just for your info my php script looks like this:
copy ("$fileTemp","../uploads/$fileName") or die ("<h1>Could not copy File!</h1>");
Thanks in advance.
~ryan~