您的位置:首页 > 财经 > 金融 > 阿里云网站建设认证答案_宁波网络推广教程_靠谱的推广平台有哪些_百度搜索seo优化技巧

阿里云网站建设认证答案_宁波网络推广教程_靠谱的推广平台有哪些_百度搜索seo优化技巧

2024/12/22 7:57:28 来源:https://blog.csdn.net/qq_25981527/article/details/144317208  浏览:    关键词:阿里云网站建设认证答案_宁波网络推广教程_靠谱的推广平台有哪些_百度搜索seo优化技巧
阿里云网站建设认证答案_宁波网络推广教程_靠谱的推广平台有哪些_百度搜索seo优化技巧

前端基本用法:点击查看

实现代码:

const afterRead = (file) => {console.log(file);//set content-type to multipart/form-dataconst formData = new FormData();formData.append("file", file.file);request.POST("/api/v1/users/upload", formData, {headers: {"Content-Type": "multipart/form-data",},}).then((res) => {console.log(res);});
};

后端代码:

func (h *usersHandler) Upload(c *gin.Context) {// 上传单张图片file, err := c.FormFile("file")if err != nil {logger.Error("FormFile error", logger.Err(err), middleware.GCtxRequestIDField(c))response.Error(c, ecode.InternalServerError)return}filename := file.Filename// 保存文件到static/pictureserr = c.SaveUploadedFile(file, "./static/pictures/"+filename)if err != nil {logger.Error("SaveUploadedFile error", logger.Err(err), middleware.GCtxRequestIDField(c))response.Error(c, ecode.InternalServerError)return}response.Success(c, gin.H{"message": "upload success"})
}

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com