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 Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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.