1
0
-1

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?

  1. Varnaa

    Is the issue resolved? I am getting the same error. 

  2. Andy

    No solution yet. Still getting a 404 error

CommentAdd your comment...

2 answers

  1.  
    1
    0
    -1

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

      CommentAdd your comment...
    1.  
      1
      0
      -1

      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?


      1. Andy

        Hi Anders,


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

      CommentAdd your comment...