When File validation works in a way that after the file upload a window pops up forcing the customer to either agree/confirm or disagree/deny a validation message. After denial he will not be allowed to proceed with the orderis enabled, then users will be prompted with a confirmation message before every 3d file upload. If the message is confirmed, then the upload will proceed, if it is canceled, the upload will be aborted.
This can be helpful for example if you have export restrictions, deal with classified/confidential files, or need to make the customer aware of certain procedures in the way you work.
An example of how it can look
See an example message:
...
...
2. in case you do have access and want to do this yourself go to: /en/admin/b3_organization/organization/ select your organization and go to the header File Validation
3. if we want to make our file validation look like the example above it would work like this:
...
The first box always contains HTML and here you put the message for your customer. “Please confirm this is not used to create a weapon” for example and in the lower, you need to put valid JSON in this case it would be “Confirm and proceed” or “Deny and cancel”.
Here is it again so you can copy-paste:
...
Configuring File Validation
In the Admin Panel go to
Organizations - <YOUR ORGANIZATION> - File Validation
Activate “File Validation enabled”
Provide a “File validation message” that will be shown to all users when uploading 3d files.
...