I have something that I want to do, but don't know how:
When an image is uploaded (in add and edit) I would like to:
- change the image name to the id of the record (e.g. id_th)
- create a 2nd version of that image resizing it to another size than the thumb (e.g. id_th2)
- delete the original image file
Hope someone can help me out on this one!