https://github.com/na8esin/flutter_file_picker_sample/blob/main/lib/FileUploadInputElement_to_storage.dart webの管理画面から、csvファイルをアップして、 一時的にstorageにアップして、functionsなどで処理するような 機能を想定しています。 ソースみると、そもそもhtml.Blobで型チェックしてるんですよね。 https://github.com/FirebaseExtended/flutterfire/blob/dc609a72cbf95e3519bb6e5bf264…