Add prefix after file_auto_rename

See all posts Reply

Add prefix after file_auto_rename new!
by Serg, 8 years, 10 months ago
Hello
i need to add prefix _small after file_auto_rename operation.
Example:

uploading 3 files - output - 22.jpg, 22_1.jpg, 22_2.jpg
if i use $foo->file_name_body_add = '_small'; i get 22_small.jpg, 22_small_1.jpg, 22_small_2.jpg but i need
22_small.jpg, 22_1_small.jpg, 22_2_small.jpg
thanksReply
Re: Add prefix after file_auto_rename new!
by colin, 8 years, 10 months ago
It is not possible directly with the class, you need to create the naming scheme outside of the class.Reply