Log in

View Full Version : php.ini &. htaccess upload limits


KURTZ
04-18-2009, 09:00 AM
hi folks, i spoke with my domain manager and he told me that with these huge files (almost 30MB) maybe i can have troubles with my board ... seems that should slow down my mysql ... someone can confirm that?

ps. i need to increase the upload's value to 30MB:

php_value upload_max_filesize 30M
php_value post_max_size 30M

snakes1100
04-18-2009, 12:42 PM
Move your attachments into the file system. admincp --> attachments --> attachment storage type.

KURTZ
04-19-2009, 01:07 PM
Move your attachments into the file system. admincp --> attachments --> attachment storage type.

yes, i've already moved my attachments to the filesystem ... so this is the only thing that i should do?