Congratulations for your great work!

A question:
- It is posible limit for measures of the image uploaded? (p.ex: 150x200)
or, alternatively,
- It is posible add a option for display only thumbnail?

Thanks,
(sorry for my BAD English, I'm Spanish speaker) :-(

Comments

jpetso’s picture

Resolution limit: not yet, that's one of those features that need to be ported from imagefield (and probably the easiest one).

Thumbnail: absolutely possible, if you use the FileField ImageCache module that ships with beta1 of filefield_image. Just create an ImageCache preset for scaling down your images to the desired size (let's call it "thumbnail"), and then select the ImageCache display in the "Configure" page of your file field, choosing the created "thumbnail" preset for output.

If you manage to get it done, please consider writing up a few paragraphs as a short tutorial for other users that I can put in the handbook, as this is a common use case that a lot of people need to have. It would be great to have this covered for future reference.

jpetso’s picture

Status: Active » Closed (won't fix)

This module is now phased out in favor of FileField/ImageField 6.x-3.0. All issues are "won't fix" because the module is essentially dead. Please have a look at the project page for some explanations.