Jump to content

A Strange PHP Video UPLOAD Issue


peterman5

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/215878-a-strange-php-video-upload-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.