Hi Team,
In our Projects, We are using core file upload resourecType(cq/gui/components/authoring/dialog/fileupload), in component dialogs to Allow Authors to Drag Drop Images. Below are the properties we using in dialog for this field. When we Darg Drop Image into these Fields and submit the Dialog, it is always showing error "Please Fill out this field". Any Pointers/Help to resolve this issue is really appreciated. We are using AEM 6.3.2.2
<heroImage
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/fileupload"
allowUpload="{Boolean}false"
autoStart="{Boolean}false"
class="cq-droptarget"
fieldDescription="Choose Hero Image"
fieldLabel="Hero Image"
fileReferenceParameter="./heroImage"
mimeTypes="[image]"
multiple="{Boolean}false"
name="./heroImages"
required="{Boolean}true"
uploadUrl="${suffix.path}"
useHTML5="{Boolean}true"/>
Thanks
K Chaitanya
Views
Replies
Total Likes
Hi,
Can you try with Coral2 and Coral3/Granite types?
Coral3
FileUpload — Granite UI 1.0 documentation
Coral2
FileUpload — Granite UI 1.0 documentation
Hi Arun
It is working with Coral2 Or Coral 3. But UI of these fields are not Good.
In All our components(Around 70) we used core file upload resourecType. Earlier it was this issue is not there. Recently it started occurring. Also, this issue not occurring across all environments(Dev,QA,UAT,Prod). Only in Dev and Prod it is occurring. QA and UAT are fine. We are unable to find what is wrong with Dev and Prod.
Thanks
Ahh ok, If you identify the root cause, then you can try to overlay file upload in /apps/ and code fix the issue in /apps/.
and raise ticket with daycare also.
Agree with Arun - if it stopped working - there is a bug - please open a support ticket so it can get fixed.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies