Lot of huge DAM assets to upload | Community
Skip to main content
Level 8
December 4, 2015
Solved

Lot of huge DAM assets to upload

  • December 4, 2015
  • 3 replies
  • 1452 views

Hi,

If we have a Lot of huge DAM assets to upload and it chokes the AEM server, whichever upload tool we use (Webdav, etc).

What is the best way to go ahead with the upload and still be able to work with AEM?

Appreciate your time in responding.

Thanks,

Rama.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

We have an example of uploading assets to AEM in a batch model using a tool. That is -- you can write a custom Java tool that upload many assets - I have upload 1000s of assets using this tool:

http://scottsdigitalcommunity.blogspot.ca/2013/10/automating-process-of-uploading-digital.html

3 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
December 4, 2015

We have an example of uploading assets to AEM in a batch model using a tool. That is -- you can write a custom Java tool that upload many assets - I have upload 1000s of assets using this tool:

http://scottsdigitalcommunity.blogspot.ca/2013/10/automating-process-of-uploading-digital.html

smacdonald2008
Level 10
December 4, 2015

As part of this solution - you use the AssetManager API - which reflects best practice when working with code and assets. 

Adobe Employee
December 4, 2015

Take a look at the Adobe Consulting Services (ACS) AEM Tools CSV Asset Importer
https://adobe-consulting-services.github.io/acs-aem-tools/csv-asset-importer.html