The php.ini settings that resulted in 128MB upload
In the 3 screenshots below of the servers php.ini file in the editor you can see the settings that resulted in Jamroom having a
- max allowed upload limit of 128MB:
post_max_size = 512M
upload_max_filesize = 512M
memory_limit = 512M
If you need more than this your settings will need to be higher than the ones in the screenshots below.