FileUploaderBuilder.OnUploadError Method
| Name | Parameters | Description |
|---|---|---|
| OnUploadError(RazorBlock) | jsFunc | A function that is executed when an error occurs during the file upload. Mirrors the client-side onUploadError option. |
| OnUploadError(String) | jsFunc | A function that is executed when an error occurs during the file upload. Mirrors the client-side onUploadError option. |