class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
i tried to upload a video file but it didn't work. It was like processing something for quite a while before gave me a 'The connection was reset' page.Reply
Probably the video was too big, and your server timed you out.
Does it work with a smaller video, smaller than the PHP upload limit? Did you try with setting up your script to run for an unlimited time instead of being killed by PHP after 30 seconds? Or maybe your connection is slow or bad, and the transfert simply failed.Reply
Does it work with a smaller video, smaller than the PHP upload limit?
Did you try with setting up your script to run for an unlimited time instead of being killed by PHP after 30 seconds?
Or maybe your connection is slow or bad, and the transfert simply failed.