golang 後端上傳文件

//上傳圖片方法 參數爲文件名 func postFile(filename string) (error, string) { bodyBuf := &bytes.Buffer{} bodyWriter := multipart.NewWriter(bodyBuf) //"file" 爲接收時定義的參數名 fileWriter, err := bodyWriter.CreateFor
相關文章
相關標籤/搜索