Page 1 of 1

How to Increase file upload limit from 2mb??

Posted: Tue Jun 19, 2007 2:26 am
by Capt Mike
Hi,

I cannot seem to upload files greater than 1mb to my site. php.inc is set to 20Mb so that is not the issues. I can upload any size with a third party ftp client. So it must be a setting somewhere in s9y, but where???!! :shock:

I looked in the mysql tables, and found nothing that looked like a setting.

im stumped.... :?

Re: How to Increase file upload limit from 2mb??

Posted: Tue Jun 19, 2007 9:59 am
by garvinhicking
Hi!

You must talk to your hoster to change this limit through the php.ini variables. FTP limits are something else than the limits that apply to PHP.

Also bear in mind that you might not only need to raise the post_max_size and upload_max_filesize settings, but also memory_limit to allow PHP to parse the larger uploaded files.

Best regards,
Garvin

Posted: Tue Jun 19, 2007 11:37 am
by Capt Mike
Hi Garvin,

The host setting is at 20mb at php.inc , so that is not issue.

Where do I find the following:
post_max_size and upload_max_filesize settings, but also memory_limit
I'm a bit weak with php and mysql, sorry.

Thanks for the help as always!

Posted: Tue Jun 19, 2007 12:10 pm
by garvinhicking
Hi!
The host setting is at 20mb at php.inc , so that is not issue.
Which settings exactly? And you sure mean php.ini, not php.inc?
Where do I find the following:
In php.ini :)

Best regards,
Garvin