I have installed the Image module on Drupal 4.3.0 and things seem to be going alright, except for one problem. I have increased the maximum allowed filesize to 2000KB and 1280x1024 maximum resolution. However, anytime I try to attach files of a fairly large size (around 1000KB, but within the resolution restrictions) I get an error almost immediately after submitting that says "Document contains no data", and the image fails to upload.

I've successfully uploaded files about 500KB in size, but changing the maximum filesize doesn't seem to be helping.

I tried searching the forums on this but couldn't find anything so I apologize if this has been answered already.

Some minor tech stats - Drupal 4.3.0, Image module 4.3.0, ImageMagick 5.5.6.

Thanks for any suggestions you can give,
Jeremy

Comments

Anonymous’s picture

Check php.ini for size restrictions, check apache error.log for more information on the actual error

rgds.