hello support. You guys are awesome.
I previously posted a question, but i think it was a little unclear, so here I go again....
I want to be able to create a project that when I go to the _add.php page to add a new record, the images that I upload, automatically go into a directory based on the newly created primary key (eg. ../upload/323 where 323 is the primary key of the record just added). As well, I will be creating thumbnails that I need to go into the respective directory as well.
Once the files have been uploaded and the thumbnails have been created, the next requirement is that they are referenced from the proper (../uploads/323) directory on the _view.php and _list.php and _edit.php pages.
Finally, when I edit (delete or update) the images on the _edit.php page, I need the newly uploaded image and the thumbnail to go to the correct (../upload/323/) directory and the file that was already in the directory to be deleted.
You have created a fantastic product and you will make my day if something like this is possible.
Regards,
Longshanks.