Expand my Community achievements bar.

SOLVED

AEM Asset Upload

Avatar

Level 2

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/develo...

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@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.