KristofferStrube / Blazor.FileSystemAccess

A Blazor wrapper for the File System Access browser API.
https://kristofferstrube.github.io/Blazor.FileSystemAccess/
MIT License
327 stars 39 forks source link

Support non-text file reading #20

Closed fixnil closed 2 years ago

fixnil commented 2 years ago

Provides a temporary method ArrayBufferAsync on Blob to support reading non-text file content.

And a case of reading a zip file is added to demonstrate the use of this method.

Related Issues: #19

KristofferStrube commented 2 years ago

Awesome Job, And by the way a cool example! I will release this together with the other changes that I create tomorrow as another minor release.