Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Zendarkke,
I think, In Cloud, cq/gui/components/authoring/dialog/fileupload is deprecated and not recommended.
An an alternative - could you please try using granite/ui/components/coral/foundation/form/fileupload instead?
You can also use granite/ui/components/foundation/form/pathfield
Example:
<imagePath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/pathfield"
name="./fileReference"
fieldLabel="Image Path"
rootPath="/content/dam"
filter="hierarchy"
required="{Boolean}false" />
Views
Replies
Total Likes
Hi @Zendarkke,
I think, In Cloud, cq/gui/components/authoring/dialog/fileupload is deprecated and not recommended.
An an alternative - could you please try using granite/ui/components/coral/foundation/form/fileupload instead?
You can also use granite/ui/components/foundation/form/pathfield
Example:
<imagePath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/pathfield"
name="./fileReference"
fieldLabel="Image Path"
rootPath="/content/dam"
filter="hierarchy"
required="{Boolean}false" />
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies