madhavvyas Posted July 26, 2006 Share Posted July 26, 2006 Hello friendsI want to upload video of size more than 20 mbhere is my php variable settingupload_max_filesize 50Mpost_max_size 8Mthen also it is not workingmy code is absolute fine with small file but big file it create trouble.If I upload more than 2 MB it automatically time outplease give me solution.Thank you Link to comment https://forums.phpfreaks.com/topic/15683-increase-file-upload-limit-in-php/ Share on other sites More sharing options...
akitchin Posted July 26, 2006 Share Posted July 26, 2006 this belongs in PHP Help. for future reference, Regex for PHP is for regular expressions help (not configuration settings).look at the php.ini timeout settings. Link to comment https://forums.phpfreaks.com/topic/15683-increase-file-upload-limit-in-php/#findComment-64240 Share on other sites More sharing options...
madhavvyas Posted August 18, 2006 Author Share Posted August 18, 2006 Hello friendsthis is again not working i set following setting then also i am not able to upload more then 11 mb filei want to upload 11 to 40 MB file sizemy settingpost_max_size = 60Mupload_max_filesize = 50Mmemory_limit = 60Mmax_input_time=1600max_execution_time=1600Please give solution ASAPthanks Link to comment https://forums.phpfreaks.com/topic/15683-increase-file-upload-limit-in-php/#findComment-76658 Share on other sites More sharing options...
GingerRobot Posted August 18, 2006 Share Posted August 18, 2006 It is probably the max_execution_time again. Try raising that some more. Link to comment https://forums.phpfreaks.com/topic/15683-increase-file-upload-limit-in-php/#findComment-76660 Share on other sites More sharing options...
ToonMariner Posted August 18, 2006 Share Posted August 18, 2006 max-execution time shoudln't be an issue. The script timing doesn't start until the uploads have completed. Link to comment https://forums.phpfreaks.com/topic/15683-increase-file-upload-limit-in-php/#findComment-76678 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.