Community « Discussion forum « Bug tracker « Changing the 2MB upload limit «
Comment: Changing the 2MB upload limit
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:
If the server is hosted somewhere, please query the people in charge.
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.
by Bernard on Nov. 26 2005
