A Strange Issue of Upload PHP Videos

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
peterman5
Forum Newbie
Posts: 2
Joined: Thu Oct 14, 2010 12:20 pm

A Strange Issue of Upload PHP Videos

Post by peterman5 »

Hello
I am facing a rare issue while uploading videos, now the test is on .flv 7 mega and .wmv 5 mega

Not Only the file is not getting uploaded, I cannot even see the tmp_name and ize is 0

I have included:

ini_set("post_max_size", "10M");
ini_set("upload_max_filesize", "10M");

and
<input type="hidden" name="MAX_FILE_SIZE" value="100000" />

This is all locally on the localhost, nothing allows for uploading the video

Many Thanks
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: A Strange Issue of Upload PHP Videos

Post by John Cartwright »

Please read the forum descriptions before posting.

Moved to PHP-Code.
Post Reply