peterman5 Posted October 14, 2010 Share Posted October 14, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/215878-a-strange-php-video-upload-issue/ Share on other sites More sharing options...
plznty Posted October 14, 2010 Share Posted October 14, 2010 isn't 100000 100kb? Quote Link to comment https://forums.phpfreaks.com/topic/215878-a-strange-php-video-upload-issue/#findComment-1122191 Share on other sites More sharing options...
PFMaBiSmAd Posted October 14, 2010 Share Posted October 14, 2010 And you cannot use ini_set() for post_max_size and upload_max_filesize. Quote Link to comment https://forums.phpfreaks.com/topic/215878-a-strange-php-video-upload-issue/#findComment-1122208 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.