I am working on one of the requirement where user will upload the pdf files from the local machine. PDF will get store in AEM DAM. Then PDF name will get display on the page.
I have added the multifield in my component and I am using "cq/gui/components/authoring/dialog/fileupload" to browse the PDF files from the local machine and this is working fine but PDF file's binary is not getting stored in the jcr:data so I am not able to store the PDF in DAM.
When item0,item1 will get create at the node level that time PDF binary should get store in respective node.
Is my approach correct or we can achieve this without multifield? I need suggestion to work on this usecase.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Anamika_13 ,
Is there a reason as to why these PDFs can't be uploaded directly in DAM asset and why through a component multifield?
Please refer to below page to upload PDFs in AEM Assets
Now, once you have your PDFs in assets, you can create a component to add this pdf on your page
This component's dialog can have following fields
Hi @Anamika_13 ,
Is there a reason as to why these PDFs can't be uploaded directly in DAM asset and why through a component multifield?
Please refer to below page to upload PDFs in AEM Assets
Now, once you have your PDFs in assets, you can create a component to add this pdf on your page
This component's dialog can have following fields
End user will not have the access for the DAM. They can just author the page but can not upload the asset in DAM. This is part of requirement that is why I am facing issues. If user will directly upload the pdf file in DAM then I can read the path.
Your approach is wrong. Why over engineer when AEM provides your the capability to upload/process the assets(images/pdfs).
-Bilal
Hi @bilal_ahmad ,
This is the standard approach, when you want to refer a pdf on the page.
However, the requirements mentioned by @Anamika_13 is different and can't be fulfilled with above solution, if the authors will not have access to Assets.