pianoman993 Posted August 24, 2008 Share Posted August 24, 2008 Hello, I am currently using ffmpeg to convert movies. I am able to successfully upload small movies but when it comes to the bigger ones... well there's the problem. When I select a big movie(large size like 30MB) and click the upload button i just get sent back to the same page without any errors or any sign of anything done. On the other hand when I upload a small movie I either get a success message or an error message. I believe the solution lies in the php.ini file which I have edited but I do not believe I have fixed anything because I am getting the same results. I have posted my some of my php.ini settings below, if anybody can pinpoint the reason my problem occurs please respond! upload_max_filesize = 300M memory_limit = 3000M max_input_time = 1200 max_execution_time = 1200 Thanks a bunch! - Mark Link to comment https://forums.phpfreaks.com/topic/121053-large-movie-uploads-failing/ Share on other sites More sharing options...
The Little Guy Posted August 24, 2008 Share Posted August 24, 2008 change to: post_max_size = 301M Link to comment https://forums.phpfreaks.com/topic/121053-large-movie-uploads-failing/#findComment-624161 Share on other sites More sharing options...
pianoman993 Posted August 27, 2008 Author Share Posted August 27, 2008 Thanks for your help I'll try that Link to comment https://forums.phpfreaks.com/topic/121053-large-movie-uploads-failing/#findComment-626858 Share on other sites More sharing options...
obsidian Posted August 27, 2008 Share Posted August 27, 2008 Thanks for your help I'll try that You also need to check your PHP max upload size and max execution time to be sure your script can handle the larger loads. Link to comment https://forums.phpfreaks.com/topic/121053-large-movie-uploads-failing/#findComment-626900 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.