Greetings,
First of all thank you for the wonderfull plugin. Works like a charm.
But now I want to extend the plugin a bit.
I allready went through the forums and noticed that it is possible to define a costum prefix to output the image names.
Now i want to do the following.
upload: fotoABC.jpg / test564.jpg / building.jpg
now I want that the files are being saved with the following prefix.
uploaded files: picProj1_1.jpg / picProj1_2.jpg / picProj1_3.jpg.
I already found how to define the prefix:
picProj1_
But now i'm facing problems how to implement an autonumbering.
Is there a costum function to count the images selected and then change the name into the current number.
I already found that there is a count(); function included but that is client side, and i couldn't parse the counted numbers.
If possible to show me a fix
Kind Regards,
Thibaut