I am uploading a file in enterprise form. In the CMS, under Form Data section, the uploaded file name is getting displayed but unable to find the file at specified email address or filesystem.
As the default path is specified is “/tmp/hippo” I tried to find it but I did not find the uploaded file there.Can you please specify whole path so that I will check it?
So as per the https://www.onehippo.org/library/enterprise/enterprise-features/enterprise-forms/using-file-uploads.html reference, I have added the below properties at hst component:
FileUploadEnabled= true
FileUploadMethod= email
or
FileUploadMethod= filesystem
FileUploadDirectory= C:\Users\bharat\Desktop\Hippo_Data
I have configured the MailFormDataBehavior at eform component java class.
Can you please let me know where exactly the uploaded file gets saved?
Thanks and Regards,
Bharat