Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload limit 8MB? #221

Open
olemde opened this issue May 2, 2017 · 4 comments
Open

Upload limit 8MB? #221

olemde opened this issue May 2, 2017 · 4 comments

Comments

@olemde
Copy link

olemde commented May 2, 2017

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

@matarum
Copy link

matarum commented May 3, 2017

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

@olemde
Copy link
Author

olemde commented May 3, 2017

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

@matarum
Copy link

matarum commented May 4, 2017

np
:D

@neogeomat
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants