Change upload_max_filesize - Joomla! Forum - community, help and support
how can chage upload_max_filesize in ftp. if make php.ini file have place work. , whats root of upload_max_filesize can change it.
thank you.
thank you.
hi,
you should edit php.ini file change
by needed size. ex.:
the location of php.ini depends on system. on windows, normally, should on directory have php binaries. on linux should somewhere under /etc .
an easy way find create php file such this:
you should find line telling ini file being used.
hope helps.
you should edit php.ini file change
code: select all
;
maximum allowed size uploaded files.
upload_max_filesize = 2m
by needed size. ex.:
code: select all
; maximum allowed size uploaded files.
upload_max_filesize = 20m
the location of php.ini depends on system. on windows, normally, should on directory have php binaries. on linux should somewhere under /etc .
an easy way find create php file such this:
code: select all
<?php
php_info();
?>
you should find line telling ini file being used.
hope helps.
Comments
Post a Comment