| Name | Type | Description |
|---|---|---|
allowedFileUrlDomains | Array.<String> | Sets the allowed hostnames for file URLs referenced in Parse objects. When a File object includes a URL, its hostname must match one of these entries to be accepted. Supports exact hostnames (e.g., |
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
