Upload files bigger than 2M??? - Joomla! Forum - community, help and support
hello
i have problem upload mp3 files on site, bigger 2m. how can change that?
i have read on internet php.ini , .htaccess, , not know do. because touching these files messed things up.
so how can change file-uploading moe 2m. want able upload full movie-files. how?????
i have problem upload mp3 files on site, bigger 2m. how can change that?
i have read on internet php.ini , .htaccess, , not know do. because touching these files messed things up.
so how can change file-uploading moe 2m. want able upload full movie-files. how?????
update .htaccess include following
php_value upload_max_filesize 20m
php_value post_max_size 20m
if breaks site, host may not support .htaccess overrides , you'll need have them out.
don't forget edit site configuration well, there field in there max upload you'll need update.
php_value upload_max_filesize 20m
php_value post_max_size 20m
if breaks site, host may not support .htaccess overrides , you'll need have them out.
don't forget edit site configuration well, there field in there max upload you'll need update.
Comments
Post a Comment