parsemuiltipartform 추가 . 에러는 무시
This commit is contained in:
@ -414,6 +414,8 @@ func (mg *Maingate) api(w http.ResponseWriter, r *http.Request) {
|
|||||||
r.Body.Close()
|
r.Body.Close()
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
r.ParseMultipartForm(32 << 20)
|
||||||
|
|
||||||
var userinfo map[string]any
|
var userinfo map[string]any
|
||||||
|
|
||||||
if !*devflag {
|
if !*devflag {
|
||||||
|
|||||||
Reference in New Issue
Block a user