Shaun
Shaun

Reputation: 1109

Drupal image upload issues

When uploading images in Drupal I have continuously encounter an issue with the physical size of the image - not the size of the file.

Let me explain further. An image could be a small file size (under the restrictions) but be larger than average on the screen. These images fail to upload in Drupal across all sites that I have built using the CMS.

Has this happened for anyone else? Any ideas how I could get around this?

Upvotes: 0

Views: 508

Answers (1)

malcomio
malcomio

Reputation: 711

I tend to use filefield and imagefield rather than the image module, because I think they give better flexibility.

You could also try imagecache, which gives you a lot of control over the uploaded images

Upvotes: 2

Related Questions