BlazorInputFile
BlazorInputFile copied to clipboard
A file input component for Blazor applications
First of all, thanks for your effort on this component. I'm trying to upload multiple files on a form submit to Azure blob storage. Everything works perfectly if only one...
Hi, when choosing a file, I can see the file details. But reading the file just does not work. I do not know what excactly does not work. There is...
Is it possible to disable the drag and drop functionality? Thanks
Can't seem to drag and drop files using the Edge browser onto the input file box.
i have try to save file in local disk using FileStream,but no any file saved in disk C, no any run error. code as below: var fs = new FileStream(@"C:\TQSissue_20201231.xlsx",...
This is an awesome component! But I noticed that the File property is read-only. Is there a way to change the file name in the component? Will that be a...
When calling ReadAllAsync I'm getting this error: "The maximum allowed size is 1048576, but the supplied file is of length 1203571. Parameter fileListEntry" The file size is 1,176,000 bytes. What...
Hi Team, I am working on a blazer server app that would allow user to upload load large excel files(75 to 100 MB) that would eventually be processed by the...
... following your blog post https://blog.stevensanderson.com/2019/09/13/blazor-inputfile/ using Blazor wasm .NET 3.1
**BlazorInputFile** throws an exception **"There is no file with ID 1. The file list may have changed"**. On re-add new files, all previously created objects belonging to previous files aren't...