FileUpload error 404 DX v7

Confluence User - 20 Mar, 2024

Hi

After uploading the file using the FileUpload control it goes into the directory <installation_folder>\wflow\app_formuploads\<Form_Name>\<GUID>\filename


returning to the submitted form, it generates a weblink to access the saved file in format

http://<hostname>/jw/web/client/app/<AppName>/1/form/download/<FormName>/<GUID>/<filename>.


Problem is, that link returns a 404 Page not Found: 


This is a simple form, FileUpload Permission is set to Public. Uploaded File Storage Base Path setting left as default. The file is uploaded, I can see it in the folder. The generated link returns 404. 

Ideas?

fileupload;forms

3


25 Mar, 2024
confluenceUser
confluenceUser

Hi, I suspect that this is caused by the permissions to the file upload. Can you share the permission configuration for the File Upload field?


25 Mar, 2024
confluenceUser
confluenceUser

Hi Anders,


Permissions set to Public, dont know how to make it more open than that:

10 Jul, 2024
confluenceUser
1
confluenceUser

I found the answer to the problem. The FileUpload needs to have a "Data Binder" set. Without it, the link does not resolve.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print