I have an upload script that works fine, but I am using a cable modem that is very fast. What if a file takes a minute, or two minutes to upload? The form action immediately calls the script that copies the file from the tmp to its final destination. Will it always wait until the upload is complete, regardless of the upload time, before copying?
Thx
Aaron