File upload limit

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
shoegal
New Member
New Member
Posts: 9
Joined: Tue Mar 10, 2009 4:58 pm

File upload limit

Post 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
Peciura

Re: File upload limit

Post by Peciura »

check "/config.php" first

Code: Select all

#Maxium upload size (in bytes)
$config['max_upload_size'] = 8000000;
shoegal
New Member
New Member
Posts: 9
Joined: Tue Mar 10, 2009 4:58 pm

Re: File upload limit

Post 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
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: File upload limit

Post 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...

®  :)
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
shoegal
New Member
New Member
Posts: 9
Joined: Tue Mar 10, 2009 4:58 pm

Re: File upload limit

Post by shoegal »

How do I access that?
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: File upload limit

Post by Rolf »

How do I access that?
With ftp-software like WinSCP

®
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Post Reply

Return to “CMSMS Core”