Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: hospital on November 22, 2013, 04:14:46 pm

Title: File Upload
Post by: hospital on November 22, 2013, 04:14:46 pm
Hi

What is the MAX file upload size?

Title: Re: File Upload
Post by: DJFire_CFR on November 22, 2013, 11:16:57 pm
The max file upload size, is whatever your server is set to on the php.ini file..
Title: Re: File Upload
Post by: hospital on November 23, 2013, 09:53:04 pm
Where do I find this file and can I change it and how?
Title: Re: File Upload
Post by: DJFire_CFR on November 24, 2013, 01:16:47 am
Do you have shared hosting?  Or do you have root access to your server?

If you have shared hosting, you would need to contact your host and ask them, but 9 times out of 10, they wont raise it.

If you have root access, you need to find the location of the main php.ini file and do the following edit.

Find:
upload_max_filesize 2MB

Change the 2MB to something higher.. (Just don't go wild crazy)... Maybe something like 12MB or 20MB.. Maybe 50MB...
Title: Re: File Upload
Post by: hospital on November 24, 2013, 02:54:44 pm
Hi


I have no idea if I have root access or shared hosting or not.


My provider is FastCast4u.com hope that helps.
Title: Re: File Upload
Post by: DJFire_CFR on November 24, 2013, 05:38:55 pm
Yeah looks like the only way you can raise up the max upload size is by asking them if they will.