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? 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. 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
Archived
This topic is now archived and is closed to further replies.