DevExpress Blazor components v19.2.4 introduces the following changes in the Upload API compared to v19.2.4-Preview:
1. UploadMode Enum
The UploadMode enumeration values were changed. The current values are Instant and OnButtonClick.
2. AcceptedFileTypes Property
The AcceptedFileTypes property's type was changed from String
to List<String>
.
3. Upload Events
The signature of the following events was changed:
- FileUploadStarted
- FileUploaded
- FileUploadAborted
- FileUploadError
- FileUploadPaused
- FileUploadProgressChanged
If you upgraded the DevExpress.Blazor package from v19.2.4-Preview to v19.2.4 and have errors, update your code based on the changes above.