Page 1 of 1

File upload limit

Posted: Fri Nov 27, 2009 11:26 am
by shoegal
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

Re: File upload limit

Posted: Fri Nov 27, 2009 12:07 pm
by Peciura
check "/config.php" first

Code: Select all

#Maxium upload size (in bytes)
$config['max_upload_size'] = 8000000;

Re: File upload limit

Posted: Fri Nov 27, 2009 5:29 pm
by shoegal
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

Re: File upload limit

Posted: Fri Nov 27, 2009 5:34 pm
by Rolf
shoegal wrote: I have found the config.php file in the file manager module, however when I open it, it is blank.
Peciura ment the config.php in the root of the website...

®  :)

Re: File upload limit

Posted: Fri Nov 27, 2009 5:37 pm
by shoegal
How do I access that?

Re: File upload limit

Posted: Fri Nov 27, 2009 5:41 pm
by Rolf
How do I access that?
With ftp-software like WinSCP

®