IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

FileUpload Control in Blazor #102

Open RemoOser opened 5 months ago

RemoOser commented 5 months ago

I want to build blazor apps. Therefore i need a FileUpload control.

The uploadcontrol should be capable of beeing used by webassembly and server side blazor. More: the OpenReadStream should be UI Thread save, so a ViewModel can bring it in as argument for "buiseenes" code on the model side.

I expectd also a progress mechaniscm like in other libraries so ther is a progress feddback to the ui.

kind regards Remo