Hi Padmanaban Natarajan,
We would like to kindly inform you that when using the Uploader component inside an EditForm, there are a few important configuration considerations to ensure proper functionality:
- The
AsyncSettings property should be set to null. - The
AutoUpload property must be set to false. - The
UploadAsync method should be called manually during the form’s submit action.
This is the expected and default behavior when the Uploader is used within a form. You can manage file uploads by calling the UploadAsync method explicitly and handle any post-upload logic within the Change event.
For further guidance, please refer to the documentation below:
📄 File Validation Within EditForm – Syncfusion Blazor Uploader
Additionally, the progress bar is displayed by default for each file to accurately reflect individual upload progress.
Regarding batch uploads, we would like to share that we have already logged a feature request:
“Provide support for batch upload in the Blazor Uploader component.”
This feature is under consideration and will be included in one of our upcoming releases based on user demand and priority.
You can track the status and updates on this request through the following feedback link:
🔗 Feedback Portal – Batch Upload Support
We kindly encourage you to cast your vote to help prioritize this feature. If you have any additional requirements or suggestions, please feel free to share them in the comments section of the portal.
Thank you for your continued support.
Regards,
Priyanka K