Closed (duplicate)
Project:
Image FUpload
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2008 at 18:15 UTC
Updated:
8 Aug 2008 at 22:03 UTC
Is it possible to insert an text box where you could set image title without editing filename? SWFUpload should also allow to create a thumbnail of processed image. Would be great if could be showed.
Comments
Comment #1
grandcat commentedI don't think that this is useful to offer a text box because Image FUpload is designed for mass upload and so, it isn't reasonable if every uploaded image has the same title. If you don't like the way the title is produced, you can overwrite the theme function "fupload_create_filename" to provide a better filename (given is the original file and some image information).
swfUpload itself doesn't create any thumbs and isn't also able to do so, this case has to be handled separately by php. I'm not sure when and whether I will add this feature. But probably in a 1.x or 2.x version.
It would be better if you created a new issue for this topic because it's easier to manage (for changelog...).
P.S.: Patches are welcome =)
Comment #2
grandcat commentedComment #3
grandcat commentedNow, feature will be added in 1.* release. Duplicate of issue #287699: Editing of image node fields before submitting.