DataJuggler / BlazorFileUpload

This was originally a wrapper of Steve Sanderson's BlazorFileInput. It has since been upgraded to a wrapper of ASP.NET CORE FileInput
32 stars 11 forks source link

Documentation update #5

Closed rusty-boffin closed 4 years ago

rusty-boffin commented 4 years ago

The example documentation needs updating to show that OnFileUploaded now takes an UploadedFileInfo parameter, not a string.

DataJuggler commented 4 years ago

This has been fixed.

Thank you for letting me know.