February 13, 200619 yr I need to export graphic image with a specific name for a project that we are require to upload images to a web site that host on-line auction for us. We have the product ID to show different auction item and the image name have to somehow reflect the product id. I created a field to use as file name in the database, but I don’t know how to make the export file name using the field I set up in the database. Any idea?
February 14, 200619 yr With version 7, you can't make dynamic file names without a plugin, or by using an external shell script or VB script to rename the file after export. In version 8, you can use script variables (a new feature) in file references to dynamically reference files...
February 15, 200619 yr Author Thanks a lot. It only took me a few minutes to re-write my script and it works great. My users will love you for this and I discover the wonder world of variables.
Create an account or sign in to comment