downloading the dam version file with the actual file name | Community
Skip to main content
Level 2
March 30, 2016
Solved

downloading the dam version file with the actual file name

  • March 30, 2016
  • 2 replies
  • 913 views

Hello everybody,

I have a requirement where I need to download the dam content based on the version

when I see the version content jcr:data property at /jcr:system/jcr:versionStorage/37/f7/37/37f73762-5c32-45d2-8cd8-8ae2abd2927c/1.0/jcr:frozenNode/jcr:content/renditions/original/jcr:content node it has jcr:data property with view link

when I hover on view link I could see the path is being sent to download.jsp which is downloading the file but it is storing the filename as jcr%acontent 

http://localhost:4502/crx/de/download.jsp?path=jcr:data property at /jcr:system/jcr:versionStorage/37/f7/37/37f73762-5c32-45d2-8cd8-8ae2abd2927c/1.0/jcr:frozenNode/jcr:content/renditions/original/jcr:content

I need to store the file with the actual file name

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 Lokesh_Shivalingaiah

OOB, thats how the renditions of an image are stored.

2 replies

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
March 30, 2016

OOB, thats how the renditions of an image are stored.

Level 2
April 1, 2016

Thanks for the reply !!

but how I can download the file version with the actual filename in to local machine ?