DEV Community

Discussion on: Uploading a File to a Server from Flutter Using a Multi-Part (form-data) POST Request

Collapse
 
karris7 profile image
karris7

Is this working on flutter web?
I get "Error: Unsupported operation: _Namespace" when trying to do File(filename).readAsBytes().asStream(),