Uploading and see if upload is fully completed.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dreamline
Forum Contributor
Posts: 158
Joined: Fri May 28, 2004 2:37 am

Uploading and see if upload is fully completed.

Post by dreamline »

Hi again,
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... :)
Post Reply