FileUploaderBuilder.MaxFileSize Method
| Name | Parameters | Description |
|---|---|---|
| MaxFileSize(JS) | value | Specifies the maximum file size (in bytes) allowed for uploading. Applies only if uploadMode is 'instantly' or 'useButtons'. Mirrors the client-side maxFileSize option. |
| MaxFileSize(Double) | value | Specifies the maximum file size (in bytes) allowed for uploading. Applies only if uploadMode is 'instantly' or 'useButtons'. Mirrors the client-side maxFileSize option. |