I started with:
POST https://localhost/test.aspx HTTP/1.1
Content-Type:multipart/form-data; boundary=--------------------------33ce36bc0a80f5ac
--------------------------33ce36bc0a80f5ac
Content-Disposition: form-data; name="file"; filename="41B89C87-0054-4C29-9719-61950EF84D26_md.dmp"
Content-Type: application/octet-stream
<@INCLUDE *C:\Temp\crash\DBD3C7A9-73C9-4536-968E-CE197EA65C0D_md.dmp*@>
--------------------------33ce36bc0a80f5ac
Content-Disposition: form-data; name="json"
Content-Type: application/json
{"v":5, "id":"41B89C87-0054-4C29-9719-61950EF84D26"}
--------------------------33ce36bc0a80f5ac--
But am getting:
This body cannot be parsed as valid form data! Switch to the Raw view to see its contents.
This seems like it should be pretty straightforward... What am I missing?