Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
GELÖST

How to download a single asset in its original format?

Avatar

Level 2

Hi All,

 

I have a requirement for downloading a single asset in its original format without creating a zip extension.

For multiple asset selection and download, it will take the default behaviour.

 

Can you please tell me how to override the OOTB AsssetDownload servlet to make the single asset download feasible?

 

Thanks in Advance.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

Hello @KaibalyaJena_123,

 

Try this:

http://localhost:4502/content/dam/image-path/image-name/jcr:content/renditions/original

 

if you are generating the path problematically you need to know the actual image-path including the image-name

 

Thanks

 

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Community Advisor

Hello @KaibalyaJena_123,

 

Try this:

http://localhost:4502/content/dam/image-path/image-name/jcr:content/renditions/original

 

if you are generating the path problematically you need to know the actual image-path including the image-name

 

Thanks

 

Avatar

Community Advisor

It will only be down loaded in zip format however on download GUI you have option to select if you want only original assets to be downloaded. If you want to automate this then curl command will be handy.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/download-assets-or-folders...