Tag: JavaScript

JavaScript で FormData オブジェクトを使って送信されたデータを Go 側でパースする

Go で multipart/form-data を受信するには ParseForm() ではなく MultipartForm() を使う必要がある。