关于[File uploads with Blazor]的摘要:
For a long time we’ve expected that we’d add a built-in “file input” feature to Blazor. This would let users pick local files and supply them to your application. Possible uses cases include:You want to upload and store those files on a serverOr, you want to read and import some data from them...
原文地址: http://blog.stevensanderson.com/2019/09/13/blazor-inputfile/