This time with a little differnt question. I've seen some posts on uploading files from PHP to a user with giving header() commands. Now my question is the following: Is it possible to detect if the file upload (to a user) really has completed succesfully. Lets say you send a file of 2MB and is it possible to check if all 2MB's were uploaded to that user, if so what would the right code be like?
Thanks for any help...