其他分享
首页 > 其他分享> > springboot后台接收文件信息

springboot后台接收文件信息

作者:互联网

前端<input type="file" name="headerImg" >  <input type="file" multiple name="photos">

 

 

后端  @RequestPart(“headerImg”) MutipartFile headerImg,

    @RequestPart(“photos”)MultipartFile[] photos

标签:MultipartFile,springboot,photos,MutipartFile,RequestPart,headerImg,后台,接收
来源: https://www.cnblogs.com/chaogehahaha/p/15770141.html