By ceemedia on
I'm running Drupal 5.x and the installed modules that might effect this issue are TinyMCE and IMCE
This is my first Drupal site, I've searched and can't find and answer to this.
My host is Bluehost.com
I want to give content managers the ability to to put photos on their pages. I have TinyMCE set up and "image" is available. When they upload a file there is a 100KB limit. How do I change this?
Another issue is that for file uploads I am limited to 4MB. The default was 2MB. I changed the php.ini files so that it is 32MB upload allowed but I went from 2MB to 4MB which seems really odd. Anyone experience similar problems?
Comments
Have you looked at the
Have you looked at the upload settings whats in there
I had an upload limit problem this morning
http://drupal.org/node/266225
check the upload options in the link
what did you set
yeah but I can't put it above 4MB
I have looked here, and changed this higher. When I hit submit I get this message:
I have looked at the .htaccess and the php.ini file and there is nothing in them to limit it to 4MB. I'm not able to locate a settings.php file. If someone could tell me where this is I could check it.
Have another look at that
Have another look at that link
$parm[] = "post_max_size = 10M";
$parm[] = "upload_max_filesize = 40M"; // user specified max file upload size
$parm[] = "post_max_size = 250M"; // user specified post max size
this line needs to be placed in the php.ini file you'll need to phpinfo to check where the php.ini is stored
this newly created file should be located in your root directory