From edb3e073291b75066e4826ae6c47fd481e814270 Mon Sep 17 00:00:00 2001 From: mountain Date: Mon, 28 Aug 2023 13:53:59 +0900 Subject: [PATCH] =?UTF-8?q?parsemuiltipartform=20=EC=B6=94=EA=B0=80=20.=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=EB=8A=94=20=EB=AC=B4=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/api.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/api.go b/core/api.go index 6dc17aa..6aeda99 100644 --- a/core/api.go +++ b/core/api.go @@ -414,6 +414,8 @@ func (mg *Maingate) api(w http.ResponseWriter, r *http.Request) { r.Body.Close() }() + r.ParseMultipartForm(32 << 20) + var userinfo map[string]any if !*devflag {