Automatically rename uploaded images with blueprint field values

Hello,

For a multi file upload field, I found that we can use random_name: true, which renames each file with 15 characters long random string .

But is there a way to automatically rename uploaded images with values from the blueprint fields and add a numeric sequence?

For example let’s say I have an image file named “badly named image with spaces (23).jpg”, is it possible to apply the following file naming rule?

[PageTitle]-[PageCustomField]-[NumericSequence].jpg

1 Like