내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM adaptive form file upload to custom path

Avatar

Level 4

I am using the guidefileupload component to attach files to the Adaptive forms, I see that the files are being uploaded into the /tmp/fd/af/ directory on the server by default. I believe something like this should be configurable. Is there a way to change the path to a custom one? I couldn't find any documentation on this. Any guidance on this is appreciated

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

@Balaram_Rudra

Don't recall if there was a configuration OOTB to change the file upload path, but you can write an OSGi service[0] to store the form attachments in a new location in the repository.

Hope this helps.

 

[0] - https://experienceleague.adobe.com/docs/experience-manager-learn/forms/store-and-retrieve-af-with-2f... 

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Employee Advisor

no. That location is temporary storage location and the files will be deleted after a period of time

Avatar

Level 4

Thank you @workflowuser for the response, but I see that on the guide bridge API, getGuideState method which has a mention of fileuploadpath

Adaptive Forms Class: GuideBridge (adobe.com)

I was wondering what a parameter like this actually one does on a get call ?

Avatar

정확한 답변 작성자:
Employee Advisor

@Balaram_Rudra

Don't recall if there was a configuration OOTB to change the file upload path, but you can write an OSGi service[0] to store the form attachments in a new location in the repository.

Hope this helps.

 

[0] - https://experienceleague.adobe.com/docs/experience-manager-learn/forms/store-and-retrieve-af-with-2f... 

Avatar

Level 4

Thank you @Pulkit_Jain_ , I am aware of this article and implemented something similar to this. 
I do feel that this path to which the files are written should be configurable. Hope this will be considered by the AEM team and be added as a feature for the later versions.