Restrict upload file extensions

I think the only option is to go the plugin route…until then and as an interim does any know of a way to restrict file types in the native picker or multi upload dropzone

1 Like

Hey @Bubbleboy :slight_smile: If I’m remembering correctly, I think the way is to create a workflow such as “When File Uploader’s value is changed and File Uploader’s value contains .[extension not allowed]” --> Delete Uploaded File --> Pause --> Reset File Uploader. Then possibly show an alert to the User about the allowed file extensions.

11 Likes

Thanks @fayewatson I was more trying to circumvent the user experience of uploading to then be informed it’s not supported by passing a parameter to the picker dialogue to restrict file type . Thanks anyway

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.