Your hosting service may also have an upload size limit and if you’re on a slow connection, the upload could also be timing out.
jup, ask ur hosting, not all will change that setting thow.
Evolution user, I like the back-end speed and simplicity

-
☆ A M B ☆
- 2,213 Posts
You need to increase the limit in php. If you ask your host they can do this for you, or create a custom php.ini file.
-
☆ A M B ☆
- 2,213 Posts
Did you increase the limit in php? Also what hosting company are you using?
Putting this in php.ini might be worth a try:
file_uploads = On
upload_max_filesize = 10M
uploading with FTP is something else, there are no filesize limits to that.
indeed modx does have a limit on some hosts, but it’s the hostserver setting who has that security set to an max.
I don’t know which setting it is.
I had the same problem with two hosts, 1 didn’t wanted to change the limit, the other did to the ammount i liked.
U can also try Bob’s option
Evolution user, I like the back-end speed and simplicity

-
☆ A M B ☆
- 2,213 Posts
Quote from: fourroses666 at May 25, 2011, 02:38 AM
uploading with FTP is something else, there are no filesize limits to that.
indeed modx does have a limit on some hosts, but it’s the hostserver setting who has that security set to an max.
I don’t know which setting it is.
I had the same problem with two hosts, 1 didn’t wanted to change the limit, the other did to the ammount i liked.
U can also try Bob’s option
The limit is with PHP and something you can typically increase without support’s interaction. Depending on their configuration you can make a change in your htaccess file, or you will need to create a custom php.ini file. I would recommend using (
http://tips-scripts.com/php_ini) to create the custom php.ini file, otherwise all other settings may be lost or broken.
Bob noted the settings you need to change.
Thanks again for your help. I’ve just contacted the host to update the php.ini file as I can’t get to it, and if that doesn’t work I’ll try a .htaccess option.
Will let you know how it goes.