broncowdd/BoZoN

Upload limit 8MB?

Opened this issue · 4 comments

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

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

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

np
:D

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