Is there any way to upload product images to a website from within Actinic, without specifying them individually as variables with a type = filename , or in the additional files list.
These files exist in subfolders within the site.
What I want to be able to do is set a variable for a filename, lets say "productx", and how many images there are, lets say "5" and for the system to upload productx-1-t.jpg through to productx-5-t.jpg.
I can use PHP to sort out the filenames for me and to upload them if they are in the site 1 folder but not from subfolders.
These files exist in subfolders within the site.
What I want to be able to do is set a variable for a filename, lets say "productx", and how many images there are, lets say "5" and for the system to upload productx-1-t.jpg through to productx-5-t.jpg.
I can use PHP to sort out the filenames for me and to upload them if they are in the site 1 folder but not from subfolders.
Comment