Hello Diana,
Regarding the digital object uploader: if you upgrade to the latest version (Release 2.6.4), this should resolve the issue. We have replaced the Flash-based uploader in release 2.6.3 - however, 2.6.4 contains a security patch, so I recommend you upgrade to that version! See:
For now, rather than overwriting the old documentation, we have added the documentation for the new uploader to the 2.7 documentation branch. You can read about how to use the new uploader here:
No, sorry. At this time, AtoM only supports a 1:1 relationship between a description and a digital object. This means you would need to create a separate description for each image. This is because the digital object table in AtoM only stores technical metadata such as file size, media type, upload date, etc. Any descriptive metadata (such as a title, description, etc.) requires an associated description to hold the information.
However, there are some workarounds that should help:
First, all of the levels of description in AtoM are maintained in a user-editable taxonomy - this means an administrator can add more levels and delete or modify existing default levels. We have included the default "Part" level as a sub-item level of description that might be used when you want to include multiple images for an item, but other levels could be created. For example, if you are documenting a physical object in your collection (like a museum holding or art object), you might want to call photos of all the different sides "Views." To learn how to edit and add terms in a taxonomy, see:
Second, when you use the new multi-uploader, it automatically creates lower level descriptions to attach the uploads. This is different than the "Link digital object" option, which only attaches one digital object to the current level of description.
When using the multi-uploader, you can set a default level of description and title during the upload process. Before finalizing the import, you will also have the opportunity to review the import and customize each title further if desired. See
the new documentation for more information.
Finally, remember that there are also a couple different ways to use the imports to load digital objects in bulk.
If you want to create new descriptions and attach digital objects to them at the same time, you can:
- Use the archival description CSV import template to prepare your metadata
- Place a folder of digital objects on your AtoM server, somewhere below the root installation directory
- Use the digitalObjectPath column to provide a full path to each digital object in the related CSV row - e.g. /usr/share/nginx/atom/my-images-folder/image01.jpg
- Import the CSV
If you want to attach a bunch of digital objects to descriptions you have already created, you can use the digital object load task from the command-line to do this. You can:
- Place a folder of digital objects on your AtoM server, somewhere below the root installation directory
- Create a new CSV file with just 2 columns - slug and filename
- In the slug column add the slug (i.e. the unique part of the URL, sometimes called a permalink) for the target description
- In the filename column, add the full path to the related digital object you want to attach to that description
- Import using the digitalobject:load command-line task
I hope this helps!
Cheers,