Hi,
As a quicky for v9, could you make it so that if any file is referenced it gets uploaded?
I have a file ref called "MyBigFile". In that, I have a filename for an image or pdf or something.
If I want to upload that file I must add it to the additional files or link to a file using src="mybigfile". There are quite a lot of instances whereby you might not want to link to it directly within your site but still need it to be uploaded.
I, for one, need it for uploading product images that are controlled by a script so do not want each one visible or downloaded by the browser until needed.
If I am referencing it (including in a php block), surely it should know I want it on the server for one reason or another? Why else would I reference a filename?
Thanks,
Paul.
As a quicky for v9, could you make it so that if any file is referenced it gets uploaded?
I have a file ref called "MyBigFile". In that, I have a filename for an image or pdf or something.
If I want to upload that file I must add it to the additional files or link to a file using src="mybigfile". There are quite a lot of instances whereby you might not want to link to it directly within your site but still need it to be uploaded.
I, for one, need it for uploading product images that are controlled by a script so do not want each one visible or downloaded by the browser until needed.
If I am referencing it (including in a php block), surely it should know I want it on the server for one reason or another? Why else would I reference a filename?
Thanks,
Paul.
Comment