How do I successfully upload video files to my website using PHP?

yeng

New member
I have tried uploading video files in the same way that I would upload any other file to my website, but I always get upload error when uploading all types of video files (such as wmv, avi, flv) while everything else (documents and images) become successfully uploaded.

I also need the reason why the video uploading always fails while other file types are uploaded with success.

To summarize:
1. I use the same PHP code used to upload documents and images.
2. Non-video files are uploaded successfully.
3. Video files are not uploaded.
 
Back
Top