Add a multipart/form-data parser #6952
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-duplicate
Closed in favor of an existing report
The pkg/http library includes code to generate multipart/form-data requests, but there's no code in Dart to parse such requests. This is necessary to handle file uploads, or to fully test code that performs file uploads.
This could either go in dart:io somewhere, or in a separate package.
The text was updated successfully, but these errors were encountered: