Hi, I installed the FileField_Image and companions and so far, everything works for me. There are some features I think would be valuable. If some of this is already possible, sorry I missed it, and please point me how to do it!
1) Option to define a maximum size for the originals, preferably per content-type the filefield_image is defined for, and if the uploaded image exeeds this, scale down to meet the requirements. I never used the original Imagefield, but I believe it was possible there.
1a) Related question: when uploading, I see a message that maximum filesize for uploading is 2 MB. Where is this defined, and can I change it?
2) Possibility to insert an already uploaded image in another node. For example, I would like to be able to select an image uploaded for an image gallery and use it in a news item. In the news item the image should be displayed using the preset for the news content-type.
3) A way to mass import images into node(s) would be handy as well, from a specified folder or so. Would that be possible to achieve, or way to much work?
Thanks for reading. Ciao
Comments
Comment #1
jpetso commentedPlease file different feature requests in different issues, it's a nightmare to track those otherwise.
(1) is a duplicate of #276962: limit measures or display thumbnail?.
(2) is a duplicate of #257220: Specifying a file already uploaded, and not image specific (belongs to the filefield issue queue rather than filefield_image).
(3) is a duplicate of #107952: Allow uploading multiple files at once, and also not image specific.
(1) is on my TODO list for the near future, (2) and (3) are more difficult and unlikely to get implemented soon unless someone helps out with the code. Thanks for reporting these issues, however please try to find out if your problems are not covered by existing issues already. As none of the issues you mentioned remains without another issue already covering it, I'll close this bug as duplicate.
Comment #2
webel commented> 1a) Related question: when uploading, I see a message that maximum filesize for uploading is 2 MB. Where is this defined, and can I change it?
I would also like to know this, thanks.