Distribuez vos fichiers pour une durée limitée

Prerequisites

upload_max_filesize :

php.ini value of "upload_max_filesize" is set to "50M"

To change it, edit your php.ini or add the following line in your apache virtual host configuration or '.htaccess' file :

php_admin_value upload_max_filesize 750M

post_max_size :

php.ini value of "post_max_size" is set to "50M"

To change it, edit your php.ini or add the following line in your apache virtual host configuration or '.htaccess' file :

php_admin_value post_max_size 750M

max_execution_time :

php.ini value of "max_execution_time" is set to "30"

To change it, edit your php.ini or add the following line in your apache virtual host configuration or '.htaccess' file :

php_admin_value max_execution_time 1200

upload_tmp_dir :

php.ini value of "upload_tmp_dir" is set to ""

You should check if there is enough place on the device

To change it, edit your php.ini or add the following line in your apache virtual host configuration or '.htaccess' file :

php_admin_value upload_tmp_dir "/media/data/tmp"

If you changed something to your apache or system conf, dont forget to reload apache :

/etc/init.d/apache2 restart

The next form will help you to configure filez by generating the file "config/filez.ini".

If there is an error 404, Apache rewrite module isn't configured correctly. Read the FAQ.

Check system config again or continue