Is .psd files are allowed in AEM 6.5?
- November 1, 2023
- 4 replies
- 1956 views
Trying to render a .psd asset using custom image component but it is not working.
Below are properties which I am using for asset upload, a broken asset is appearing on page.
------------------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
granite:class="authored-image-cc"
jcr:primaryType="cq:Widget"
sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
fieldDescription="Upload Asset"
fieldLabel="Asset"
name="./imgPath"
required="{Boolean}true"
rootPath="/content/dam"
useHTML5="{Boolean}true"/>
Thanks in advance.