Expand my Community achievements bar.

SOLVED

Lot of huge DAM assets to upload

Avatar

Level 7

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 10

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