AnonymousInactive
Brendan,
Is there a method of importing and associating graphics without using Dropbox?
Robert
You would need to use a File Attachment field type for this sort of thing. Then you’d need to use the FTP server and an FTP client such as Cyberduck to create a folder to copy your graphics into. Your CSV file would then have a column in it with the folder name and file name in it.
For example:
File Name<text>,File Path<file>
My awesome photo 1,My Images/photo1.jpg
My awesome photo 2,MyImages/photo2.jpg
and so on…
Thanks,
Brendan