Expand my Community achievements bar.

SOLVED

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

Avatar

Level 2

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

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

@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

Avatar

Level 2
Thanx document is very helpful for understanding

Avatar

Level 9

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