How to get attachment component on form submission in aem forms 6.5 | Community
Skip to main content
New Participant
May 13, 2020
Solved

How to get attachment component on form submission in aem forms 6.5

  • May 13, 2020
  • 2 replies
  • 6205 views

Any reference for understanding attachment component functionality like where it is stored or how to get it on form submission ?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mayank_Gandhi

@shafali  If you are using form portal submit it will be in CRX only, check content/forms/fp, and then respective user node. You can use the guide Bridge to play with attachment object 

https://helpx.adobe.com/experience-manager/6-2/forms/javascript-api/GuideBridge.html

2 replies

New Participant
May 14, 2020

The attachments to the form are stored under the payload folder if the form is configured to trigger AEM workflow 

The attachments are also stored under a tmp location in the AEM repository 

the attachments will be cleaned up after certain time

 

Mayank_Gandhi
Mayank_GandhiAccepted solution
Employee
May 13, 2020

@shafali  If you are using form portal submit it will be in CRX only, check content/forms/fp, and then respective user node. You can use the guide Bridge to play with attachment object 

https://helpx.adobe.com/experience-manager/6-2/forms/javascript-api/GuideBridge.html

shafaliAuthor
New Participant
May 14, 2020
Thanx document is very helpful for understanding