AEM Asset Upload | Community
Skip to main content
New Participant
January 31, 2024
Solved

AEM Asset Upload

  • January 31, 2024
  • 1 reply
  • 960 views

How to upload asset(image) from my local machine to aem /content/dam without writing custom servlet ,using OOB aem servlet to upload image file and want to give different properties to that image so that those properties will get added as metadata of that image. Can anyone suggest way to achieve this requirment?

 

I am referring below document:

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/developer-reference-material-apis.html?lang=en

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 Kamal_Kishor

@neha_jadhav : Are you trying to do something other than what AEM DAM already offers. You can upload images, videos, pdfs etc into DAM from the Assets screen.

  1. Go to localhost:4502 (assuming you are doing this on your local instance for now)
  2. Click on Assets -> Files
  3. Select/Create a folder as per your project/site needs (this is to better structure your assets) i.e /content/dam/<your-site-name>
  4. Click on Create button, select Files (this opens a pop-up and you can navigate to the location where images are kept, you can even select multiple images)
  5. Once image(s) are selected, click on 'Upload' button.
  6. Give it few seconds to process the files and then select any image by clicking over it and then you can view the properties. DAM automatically extracts the metadata from your image and populates in properties.

Please let me know if you had a different query as this is the basic OOTB Assets feature.

thanks.

1 reply

Kamal_Kishor
Kamal_KishorAccepted solution
New Participant
January 31, 2024

@neha_jadhav : Are you trying to do something other than what AEM DAM already offers. You can upload images, videos, pdfs etc into DAM from the Assets screen.

  1. Go to localhost:4502 (assuming you are doing this on your local instance for now)
  2. Click on Assets -> Files
  3. Select/Create a folder as per your project/site needs (this is to better structure your assets) i.e /content/dam/<your-site-name>
  4. Click on Create button, select Files (this opens a pop-up and you can navigate to the location where images are kept, you can even select multiple images)
  5. Once image(s) are selected, click on 'Upload' button.
  6. Give it few seconds to process the files and then select any image by clicking over it and then you can view the properties. DAM automatically extracts the metadata from your image and populates in properties.

Please let me know if you had a different query as this is the basic OOTB Assets feature.

thanks.