Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi,
While we are trying to access dam path(content\dam\asset.jpg) from the instance, the image preview is not loading in server but it's getting downloaded directly. Can anyone help why this issue happening?
Solved! Go to Solution.
Hello @HariniVR
Set the disposition setting in dispatcher config. Example for pdf it would be:
<LocationMatch "\.(?i:pdf)$"> ForceType application/pdf Header set Content-Disposition inline </LocationMatch>
View solution in original post
Views
Likes
Replies