Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
File Upload does not work after upgrading to the latest version. I can select file but after selecting, nothing happens.
I took the provided sample zip file provided by Syncfusion staff from the post below and File Upload works.
However, when I included just the following line in Program.cs, the File Upload component stops working.
This was working prior to upgrading to the latest version.
Program.cs (Minimal Hosting) (following example from
builder.Host.UseServiceProviderFactory(new AutofacServiceProviderFactory());
https://www.syncfusion.com/forums/181726/unable-to-run-latest-file-uploader-example