PDA

View Full Version : Limits on file sizes



tbdev
12-26-2007, 04:34 PM
I've been testing my newly configured Coppermine and seem to be running into a problem that points to hostmonster. I am having issues when uploading images that are within the Coppermine file sizes and dimensions as spec'd in the config. They are on the large size 3-4 mg and 2-3,000 pixels wide at 300 dpi (again, within Coppermine's config). I can upload FTP but not http, unfortunately my users will not all have that ability or inclination.

Does anyone know the file size limits or timeout settings for Hostmonster? And, where do I change them (if that's possible).

Thanks all

Depeche
12-26-2007, 05:25 PM
I don't think there is. I just uploaded a 251 mb home video.

linFox
12-26-2007, 07:06 PM
You'll need to change your own PHP settings in your php.ini file(s). If you have FastCGI enabled (in cPanel), you'll only need the change the php.ini in your domain root. If FastCGI is off, you'll need to copy the altered php.ini into every directory with php files that you want the changes to affect.

The relavent settings include upload_max_filesize, post_max_size, and possibly also max_execution_time, max_input_time and memory_limit.

tbdev
12-27-2007, 08:11 AM
linFox,
changes to the .ini resources worked like a charm.
many thx