Properties of "select files" field type
I'd like to be able to access the properties of an image file in the "Select Files" field type. Stuff like the description, upload data, etc. Also, being able to use wrap="image" and wrap="link" would be nice.
Replies
Low 18 Jan 2018 08:07
Right now, the Select Files var type is designed so you can use it as a late parsed variable -- it stores the full URL to the image. Like that, you can use something like this:
...and it would work.
Adding the features you mention will add more overhead to the processing, and might render the above not usable, because there will be unparsed {filedir_x} vars left.
But I'll consider it, especially if this request gets more support.
Kevin Beick 18 Jan 2018 17:39
Thanks Low. I was just hoping to add it to the list of feature requests. I appreciate the response!
Benoit Lemay 28 Nov 2018 18:14
+1. .I need to use the Credit of the files, and description as alt="".. for SEO and USage Rights..