Can you share a code example? I've never done multipart with cgi in nim, but you maybe can just send a multipart msg from the browser and in one part you send json.
- CGI request body is JSON not multipart. Steven
- Re: CGI request body is JSON not multipart. enthus1ast