Skip to main content Help Control Panel

Login   A+   A-

Community «   Discussion forum «   Bug tracker «  

Changing the 2MB upload limit

avatarBoen, Jan -- on Nov. 26 2005
Can it be changed?
Hello Bernard,

Can the 2MB upload limit be changed. I would like it to be 10BMB.

Cheers

Jan
Bernard
avatar
from nearby-an-airport
Associate, 6674 posts

on Nov. 26 2005


Jan,

YACS only reflects upload limit set on the PHP engine.

If you are running your own server, locate the file PHP.INI and change a couple of variables:

...

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

....

; Maximum size of POST data that PHP will accept.
post_max_size = 8M

....


If the server is hosted somewhere, please query the people in charge.

Rate this page
Posted by JBN on Nov. 26 2005, commented by Bernard on Nov. 26 2005, (popular)