Bulk upload & Indexing screens

Starting from version 2024.1.0, this feature is no longer provided by default. Instead, we have introduced Creative Workflow. More about Creative Workflow.

Design

image-20250410-143257.png
Upload center with a batch pending
image-20250410-143549.png
Indexing screen

 

image-20250410-143656.png

 

How it works

 

Upload text in menu

The display of the upload text “Upload assets” on menu depends on several parameters :

  • an upload feature,

  • if the user has a role that is allowed to upload,

  • and the user has to be connected;

Here is an overview of those parameters :

Config path

Default value

Description

Config path

Default value

Description

Translation i18n key:
nav.upload

Upload assets

 

$.features.upload

true

To hide the upload icon, set the value to false.

$.dam-import.upload.roles

-

By default, there are 4 roles available in a project, but only one has acces to the upload button: the admin.

If roles are created or if you want to give access to the upload to another role group, you have to add the group ID into $.dam-import.upload.roles.

Example of role configuration file:

{ "asset": [4, 27], "pimasset": [4, 27] }

Here, the group ID 4 (developer) and the group ID 27 (admin) will be able to upload.

If a group ID is added, don’t forget to update $.menu.actionAvailabled.json. See documentation on Main Menu for more information.

 

Bulk upload homepage

Actions

Screen

Description

Actions

Screen

Description

Upload new assets

image-20250414-093747.png
image-20250414-084610.png

 

From the bulk upload homepage, you can click on new assets button for uploading assets from your computer. If you have more than a single asset universe on your project, you have to choose the asset universe in which you wish to add those assets. The list of available asset universe and their order is configurable

The uploaded files are scanned and you can track the scan progress. Scan retrieve the metadata of the uploaded files, and check if there are duplicates.

If the uploaded file is an archive (.zip) and the unzip checkbox is selected, the archive will be decompressed and the assets in it will be analyzed…

…By defaullt, this will not be the case if the archive is a .360.zip or a .3d.zip. The archive will not be decompressed and the archive will be considered as only 1 asset.
This can be changed in $.damImport.upload.unzip.exceptForEndsWith.

Access an existing Batch

image-20250414-094053.png

 

Existing batchs are accessible from the bulk upload homepage. By clicking on a batch users are redirected to the indexing screen.

Transfer a batch to another user

image-20250414-094108.png

 

Existing batchs can be assigned to another user of the DAM.

Delete a batch

image-20250414-094125.png

 

Existing batchs can be deleted

Index a batch

image-20250414-094349.png

 

When users click on “index this batch”, they are redirected to the indexing screen.

 

Bulk upload homepage

Actions

Screen

Description

Actions

Screen

Description

View mode

image-20250410-145713.png

 

Within the indexing screen, the list of available view mode are : 

  1. Square (default view mode),

  2. Small squares,

  3. List

Select/Unselect one or several assets

image-20250410-145739.png

 

Users can select one or several assets in order to fill in the indexing form for those assets.

When one or more media files are selected, several options are available to the user:

  • Fill in the metadata for the selected media using the form on the right. Note that the data is saved automatically as it is entered—there is no need to click a “Submit” button.

  • From the “Bulk actions” menu:

    • Change the asset library (this only applies to projects that include multiple asset libraries).

    • Change the status (see status details below).

    • Remove the media from the batch.

Identify duplicate content

image-20250414-094906.png

 

image-20250414-094929.png

 

Duplicate content are marked with a specific icon. Users can click on it in order to access the duplicate content. Duplicate content are detected by Artificial intelligence during the scan process of an asset.

Filter by asset type

image-20250410-145857.png

 

"Click on 'Filter' to access the filters and keyword search.

Two filters are provided by default and allow you to filter by:

  • Asset type

  • Status

Filter by status

image-20250414-095844.png

 

 

image-20250414-095926.png

 

Different status can be assigned to the assets (automatically or manually) in order to facilitate the indexing. Users can sort the assets according to :

Probable duplicate : This status is assigned by default when the system has detected a potential duplicate identified by AI

Indexed: This status is assigned by default and indicates information are missing for indexing completion. If all mandatory information are filled in the indexing form, the assets move automatically to Approved Status. By default the product comes with no mandatory information, that’s why the assets move to approved status directly

In review : When all the mandatory fields in the form are filled in, the media enters this status. The user can also choose to manually switch to this status.

Rejected: This is a manual action that user can perform when IA identified a duplicate content or if an asset is not wanted anymore in the batch

Approved: When all required information has been completed, indexing can be done

 

 

Finalize the indexing

image-20250414-101021.png

 

Users can select the assets they want to valide, and click on the “Validate” button in order to finish the indexing process. Note that contributor have not the right to publish an asset, that means the assets will be in “Pending validation” status, and would need a validation by administrator from the backoffice.

 

Advanced configuration

The upload setup can be quite extensive : Setting up the Upload process on the DAM Portal

 

  • The list of available asset universe and their order is configurable

  • The maximum assets per batch defaults to 1000

  • A link to naming conventions PDF can be inserted below the upload zone

  • The default metadata analysis extracts the IPTC caption and photographer, and name from the file : Metadata and AI extraction with DAM_Utils

Related content