Vindicus Posted March 8, 2013 Share Posted March 8, 2013 Hi.I'm using a script for my filesharing site. In this script there is a maximum upload size on 500MB for premium users and I want that limit higher.As the error in my admin panel says I should adjust it in the php.ini file I thought it would work. But it didn't.My php.ini looks like this: upload_max_filesize = "500M" post_max_size = "500M" that's pretty much everything it says.Anyone got a clue on how to higher this limit? Quote Link to comment https://forums.phpfreaks.com/topic/275403-phpini-trouble-with-upload-size/ Share on other sites More sharing options...
AyKay47 Posted March 8, 2013 Share Posted March 8, 2013 Change both of those options as well as the memory_limit option. The memory_limit directive will need to be higher than the upload_max_filesize directive. Quote Link to comment https://forums.phpfreaks.com/topic/275403-phpini-trouble-with-upload-size/#findComment-1417491 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.