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

Help convert this project to .Net 5.0 #17

Closed DataJuggler closed 3 years ago

DataJuggler commented 3 years ago

I can't get this to work unless I reference .Net Standard and Steve Sanderson's BlazorFileInput.

I watched Dot Net Conf, but I can't figure out how to do it. If anyone knows how to convert this to .Net 5.0 let me know please.

DataJuggler commented 3 years ago

To be clear, I know how to change the Target Framework to 5.0, what I mean is help in uploading a single file. I don't have a use case for multiple files, nor could I ever think of a reason where I would want that. .

I was using Steve Sanderson's BlazorFileInput, but it was for .Net Standard.

I can't get the same code in that library to work as .Net 5.0, nor the docs I read tell me enough about about to do this in .Net 5.0 and the sample given doesn't have the references and it doesn't work for me in .Net 5.0.

Thank you, I think this will be faster as .Net 5.0.

DataJuggler commented 3 years ago

This has been fixed.