Aspnetcore: built-in support for Input file(s) upload

Created on 13 Nov 2019  路  3Comments  路  Source: dotnet/aspnetcore

Blazor really missing an important feature which is the native support for uploading file(s).

Duplicate Resolved area-blazor enhancement

Most helpful comment

@AhmedAbuelnour thanks for contacting us.

We know this is a gap, but its also something that can be implemented as a third party component. for reference, see @SteveSandersonMS blog post where he showcases a solution that is published as an external package that can be used until/if we decide to add this to the core framework. https://blog.stevensanderson.com/2019/09/13/blazor-inputfile/

We'll consider this feature during the next release planning period and update the status of this issue accordingly.

All 3 comments

@AhmedAbuelnour thanks for contacting us.

We know this is a gap, but its also something that can be implemented as a third party component. for reference, see @SteveSandersonMS blog post where he showcases a solution that is published as an external package that can be used until/if we decide to add this to the core framework. https://blog.stevensanderson.com/2019/09/13/blazor-inputfile/

We'll consider this feature during the next release planning period and update the status of this issue accordingly.

I tried the one from the blog post of @SteveSandersonMS and it is intuitive, but it is not yet migrated to net core 3.1 LTS.

We can continue to use this until the built in solution is ready.

This is a dupe of https://github.com/dotnet/aspnetcore/issues/12205, which we will be considering for 5.0.

Was this page helpful?
0 / 5 - 0 ratings