Uploading mass images to the same folder
Permalink
Say i wanted to upload 100 + images to my concrete 5 site and then be able to get all the links to each image generated for me can this be done. I dont want to manual get each link id like to be able to run a query or know where they are and just call them as needed.
This doesnt work all the images that are uploaded via the uploader adds them to /a number/a number/a number/ each one that is uploaded is different
The trick is to think of image organisation in terms of filesets rather than folders. If you do everything with filesets, then folders don't matter. They can be spread across 101 folders and still be used through a single fileset.
To list files in a set, or link to them, see the List Files From Set addon, and various additional views.
- FTP them all to the files/incoming/ folder and then import them using the file manager, similar to above but you do the upload via external ftp.