Hello All,
We have a use case where we need to restrict Appian users that have access to Appian designer to not to upload a certain file type extensions like executable files for example. We've tried to restrict by adding extensions to block on admin console but it is only restricting on Sites and portals but not on Designer.
Note : We need to apply restrictions on create new document file upload component and import application file upload component.
Any suggestions will be appreciated.
Discussion posts and replies are publicly visible
I am not sure if you can apply restrictions on creating a document object. AFAIK we cannot.
The Upload File settings on Admin console will be applied only on the file upload component.
Ref: File Upload - Admin console/System
Yeah, Admin console is only restricting for fileUpload component. One thing we've tried was to add a fileMatch in httpd.conf file on webserver but that didn't worked out for us.