Upload max size pydio 8

Hello,

Debian 8
php 7
apache2
Pydio 8

I want to changes the max_file_upload.

This my configuration on server : 2017-12-28_10h55_26

This my configuration on pydio : 2017-12-28_10h56_08

But in Pydio, when I change the file size to “0” and I save the number “2097152” it automatically turns back on.

That means I can’t change settings.

Can you help me please ?

Regards,

Malcolm

The pictures are unreadable.

On my server in : nano /etc/php/7.0/apache2/php.ini I change the “max_file_upload” to “100M” instead “2M”.

On Pydio in : settings, tools to send (sorry if the traduction is bad…) I set up in “Limit” to “0”.

Regards

Hi,
It requires two parameters to define the size of upload file.

In /etc/php/7.0/apache2/php.ini

upload_max_filesize = 100M
post_max_size = 100M

output_buffering=Off
max_execution_time=300

Hi,

Thank you but I always have the problem…

Malcolm

That means the param is overrided somewhere or incorrect php.ini
Try to create a info.php with phpinfo(); to know exactly where is php.ini

Thank you so much, It works!

Before this thread, I’ve heard nothing about phpinfo!

If you’re like me…

Create “infophp.php” in your document root : cd /usr/share/pydio and touch phpinfo.php

Edit the file nano phpinfo.php and write this :

<?php phpinfo(); ?>

Reboot and in website : https://your_pydio/phpinfo.php

My php.ini is in /etc/php/7.0/fpm/php.ini

Thanks again

Regards
Malcolm