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

grandcat’s picture

I 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 =)

grandcat’s picture

Status: Active » Closed (fixed)
grandcat’s picture

Status: Closed (fixed) » Closed (duplicate)

Now, feature will be added in 1.* release. Duplicate of issue #287699: Editing of image node fields before submitting.