BlazorFileUpload icon indicating copy to clipboard operation
BlazorFileUpload copied to clipboard

This was originally a wrapper of Steve Sanderson's BlazorFileInput. It has since been upgraded to a wrapper of ASP.NET CORE FileInput

Results 10 BlazorFileUpload issues
Sort by recently updated
recently updated
newest added

Does this support uploading multiple files at once? "multiple" html input tag like the original from steves files input

We need a way to know when an upload is started and finished so at the very least we can display "uploading" message. What would be even better is an...

Is it possible to use the filestream to create an upload progress bar

Not sure if there is no support, or if I'm just doing something wrong here. I'm using .Net Core 3.1, with a Blazor WASM standalone project, which does not have...

I'm using 1.3.5 and the Visible property to turn off the standard file upload button is not having any effect in Chrome Version 81.0.4044.129 (Official Build) (64-bit)

When a file is uploaded that is of the wrong extension, the error message set does not show (assuming it should show). However what is happening is that an exception...

currently if i set the file types to .png;.jpg and i upload a .JPG it seems to fail because its not the correct type, just need to make this so...

hey, finally had some time to look at this project again. Great work on the new features since we last spoke. I downloaded the latest version but could not figure...

Thanks for the nice control! Do you have an example where we can capture the file stream instead of writing the file to the Upload folder? I am trying to...

Can you add a parameter to make it possible to change the button text to something other than "Choose File"?