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

How to increase the upload file size limit ? #92

Open
Paulus-dom opened this issue Sep 18, 2024 · 0 comments
Open

How to increase the upload file size limit ? #92

Paulus-dom opened this issue Sep 18, 2024 · 0 comments

Comments

@Paulus-dom
Copy link

When I try to upload a picture bigger than 2MB with a community user (non admin), the browser respond that the file i too big to be uploaded.
How can I increase the max file size limit ?
I tried to edit /var/www/html/piwigo/_data# cd templates_c/xxx.add_photos.tpl.php and to change :
max_file_size : '<?php echo $_smarty_tpl->tpl_vars['upload_max_filesize']->value;?>',
with
max_file_size : '4000mb',
It uploads file, but if i try to create a new album there is a bug.
Thanks for you help!

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

1 participant