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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
As part of this solution - you use the AssetManager API - which reflects best practice when working with code and assets.
Views
Replies
Total Likes
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
Views
Replies
Total Likes