On my CMSMS website, the maximum size file I can upload is 2MB.
I need to upload audio files which are quite often larger than 2MB - at the moment I am compressing them by changing the bitrate etc, but this is compromising their quality.
Is there a way of changing my settings so that I can upload larger files? If so, does anybody know whereabouts on the dashboard I access and change this?
Thanks
File upload limit
Re: File upload limit
check "/config.php" first
Code: Select all
#Maxium upload size (in bytes)
$config['max_upload_size'] = 8000000;
Re: File upload limit
Thanks...
I have found the config.php file in the file manager module, however when I open it, it is blank.
Should I be doing something else? I should mention that I didn't build the site initially, I inherited it for an organisation
I have found the config.php file in the file manager module, however when I open it, it is blank.
Should I be doing something else? I should mention that I didn't build the site initially, I inherited it for an organisation
Re: File upload limit
Peciura ment the config.php in the root of the website...shoegal wrote: I have found the config.php file in the file manager module, however when I open it, it is blank.
®

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: File upload limit
How do I access that?
Re: File upload limit
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -