We have a large number of .pdf files we want on the server, to be available on various products as extra info for the customer; when clicked on they will open in a popup window.
There are 450-odd of these files and many of them are 1.5MB.
Our idea is to load them in to their own directory on the server (not under acatalog) just the once, so that they are separate from the Actinic uploads.
We can reference them easily enough as a normal text href in the Product Description and this works fine.
However, we want the pdf filename contained in a variable for each product as it's far easier to maintain.
When we try and put the filename (with path e.g. /pdf/gpt_07_361_100.pdf) into the variable field on the Product's Properties tab, it gives an error saying the file isn't present and refuses to let us put the filename into the variable.
Our priority is not to have this large database of files present under actinic as it will slow down uploads, even when the files are there, as it the upload routine still has to go through the checks.
Can anyone suggest a way round this?
Cheers
There are 450-odd of these files and many of them are 1.5MB.
Our idea is to load them in to their own directory on the server (not under acatalog) just the once, so that they are separate from the Actinic uploads.
We can reference them easily enough as a normal text href in the Product Description and this works fine.
However, we want the pdf filename contained in a variable for each product as it's far easier to maintain.
When we try and put the filename (with path e.g. /pdf/gpt_07_361_100.pdf) into the variable field on the Product's Properties tab, it gives an error saying the file isn't present and refuses to let us put the filename into the variable.
Our priority is not to have this large database of files present under actinic as it will slow down uploads, even when the files are there, as it the upload routine still has to go through the checks.
Can anyone suggest a way round this?
Cheers
Comment