Can't upload images larger than 1mb
3 posts by 3 authors in: Forums > CMS Builder
Last Post: May 2, 2013 (RSS)
By jeff - April 30, 2013
I am having difficulty uploading files larger than 1mb in size on one of my websites. The files go through the upload process but when they reach 100% it stops and nothing happens, it just pauses there. I have always had the problem with this website and recently upgrade from to cmsbuilder 2.02 to 2.53 and have the same problem. I have all of my settings to receive files up to 5mb or higher and still no go.
By gregThomas - May 1, 2013
Hi Jeff,
Have you tried changing the upload file size settings in your php.ini file? If you create a file called php.ini in the root directory of your site and add the follwing lines:
upload_max_filesize = 10M
post_max_size = 10M
This should allow the uploading of larger images to the server.
If that doesn't work, could you fill out a second level support request for me? You can find the form here:
https://www.interactivetools.com/support/email_support_form.php
Cheers
Greg
PHP Programmer - interactivetools.com
By Dave - May 2, 2013
Jeff,
Also, what does it say under: Admin > General Settings > Directories & URLs > Show server upload limits (this is a link on the right)
There's a number of places where web hosts limit max upload sizes, it might worth sending your hosting support a quick email to ask them how they recommend you update it. Sometimes it's the php.ini, sometimes it's in .htaccess, and sometimes they lock it down so you can't change it without asking them.
Let me know what you find out. Thanks!
interactivetools.com