File Upload validation message

Certified Senior Developer

I'm trying to uploading an .sql file which we have blocked in an admin console. It will throw a validation message. Then I'm trying to upload valid file, But the validation message still displays

Thank you in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • I believe this relates to a long-standing known issue with the system-level validation message that fires when such a document is uploaded.  For instance in my system we disallow the ".heic" extension to prevent space wastage, and (in interface designer) the validation message fails to clear even if I replace it with a completely valid file.  As OP noted though, this doesn't appear to be happening in actual tasks, just in the designer.

    a!localVariables(
      
      local!doc,
      
      a!fileUploadField(
        value: local!doc,
        saveInto: local!doc,
        maxSelections: 1
      )
    )


    Step 1: upload file with disallowed extension
    Step 2: try doing literally anything else

Children
No Data