FSharp.Data
FSharp.Data copied to clipboard
HttpRequestBody.Multipart should support other form control types
Limitation HttpRequestBody.Multipart currently allows one or more file uploads, but does not support including additional form control values. Refer to multipart/form-data in form content types.
Scenario Uploading a file to the web interface of a printer requires not only the file content but also other form values to specify printer options such as paper size.