I use the form for users to submit photos for a calendar contest. Is it possible to have another field (Month) appended or prepended to the file name of the upload(s) to make the files easier to sort?
I have a PHP form that essentially shows the table, including images, but it would be nice to be able to attach the month field to the file name to make it much easier to sort after the fact (When looking at a folder with all of the files in it).
I did some looking through the script/documentation, but nothing reached out at me as an obvious solution.