I need to create thumbnail images from images that are uploaded to the file system. I have script that will do the resizing and saving to the file system.
If I manually supply the script with the uploaded 'image name' and import the script into the tables delegate class it will run.
Ideally the script would run only after inserting/uploading an image.
upload image > afterSave trigger > pass 'image file name' to script > run script(resize.inc)
Any help/guidance would be appreciated.