Hi,
Is it possible to alter the names of images upon the user uploading them?
I would like to make sure that each image (which gets added to a post), has the following name: username_categoryname_sequencenumber.jpg
The username will be the user who uploaded the image, then the category for which the post is added too, and the sequence number would be between 1 and 10, as the user can upload between 1 and 10 images per time.
Is this easily achievable or would it require some custom coding?
Thanks