Increase AjaXplorer upload size limit

To increase AjaXplorer upload size limit follow the following steps:

Increase PHP upload file size limit

In /etc/php5/apache2/php.ini  , identify the following values: upload_max_filesize and post_max_size and change the values such as:

upload_max_filesize = 512M
post_max_size = 512M

Where 512M is to be replaced by the desired value.

Reload Apache configuration

In the command shell:

service apache2 reload

Increase limit in AjaXplorer configuration

Go to the upload configuration of AjaXplorer.

ajaxplorer-upload-size-increase-1

 

ajaxplorer-upload-size-increase-2

 

ajaxplorer-upload-size-increase-3

Replace the “File Size” value by the desired value, either in bytes or using M for Megabytes and G for Gigabytes.

For example: 512M

Note that the value cannot exceed what was specified in the PHP configuration.

 

ajaxplorer-upload-size-increase-4

 

Finished!

 

2 Comments

  1. dewan November 27, 2014 8:41 pm  Reply

    not change at pydio setting

  2. ttist December 17, 2014 11:12 pm  Reply

    Thanks Martin!

    I’ve been trying to overcome this for a while and you’ve got it laid out so clearly and concisely even an idiot like me could do it!

    Great job!

Leave a Reply