Monday, November 22, 2010

Increase uploading file size for QUIX

It's not Quix but PHP configuration what we need to config.

Easy way is to create a new .haccess file in the root directory of quix and add the lines:


php_value upload_max_filesize 10M
php_value post_max_size 10M


Another option is to edit the php.ini

Bye!!

No comments:

Post a Comment