AEM Forms
Hi,
Is there any way to upload/update/add the attachments(pdf/img/jpg etc) through CRXDE?
Please let me know the possible solutions.
Thanks!
Hi,
Is there any way to upload/update/add the attachments(pdf/img/jpg etc) through CRXDE?
Please let me know the possible solutions.
Thanks!
Hi @kapil_rajoria ,Thanks!
Yes. But wanted to check whether can we attach the pdf under the payload path in crxde. Is it possible?
Hi @shreyas_tm as I said above you can't directly attach any pdf under a certain path via crx de.
For this, you have to upload a pdf via dam at http://localhost:4502/assets.html/content/dam/your_project_name/payload
By doing so you will find your assets in crxde at /content/dam/your_project_name/payload
You can use the above behavior to make packages and then use upload them in crxde.
For example: say you have to upload a new pdf under payload.
step 1: upload the same pdf via dam
step 2: create a package for the same from crxde
step 3: Now even if you delete the pdf in crxde, you always have a package. You can use that to upload the pdf again in crxde.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.