BoZoN icon indicating copy to clipboard operation
BoZoN copied to clipboard

Upload limit 8MB?

Open olemde opened this issue 7 years ago • 4 comments

Hello. could you pls give me a hint how i can adjust the upload limit? (I am using lighttp) thx + regards Ole

olemde avatar May 02 '17 08:05 olemde

you should set upload_max_filesize AND post_max_size in your php.ini

if you don't have access, you can add

php_value upload_max_filesize 40M php_value post_max_size 40M

where 40M is your preferite limit

to your .htaccess file

matarum avatar May 03 '17 08:05 matarum

thx for your answer. I forgot to Change the "php_value post_max_size 40M"

olemde avatar May 03 '17 08:05 olemde

np :D

matarum avatar May 04 '17 11:05 matarum

Where is the .htaccess file? is it the one in uploads folder or private folder?

neogeomat avatar May 05 '17 19:05 neogeomat