Name | Type | Description |
---|---|---|
enableForAnonymousUser | Boolean | Is true if file upload should be allowed for anonymous users. |
enableForAuthenticatedUser | Boolean | Is true if file upload should be allowed for authenticated users. |
enableForPublic | Boolean | Is true if file upload should be allowed for anyone, regardless of user authentication. |
fileExtensions | Array.<String> | Sets the allowed file extensions for uploading files. The extension is defined as an array of file extensions, or a regex pattern. |
FileUploadOptions
Properties