@FormDataParam throws SEVERE: Missing dependency

前端 未结 3 1775
面向向阳花
面向向阳花 2021-01-15 11:20

I am using Jersey to upload file. I defined the method:

@POST
@Path(\"/upload\")
@Consumes(\"multipart/form-data\")
public Collection uploadIm         


        
3条回答
  •  日久生厌
    2021-01-15 11:44

    Make sure all libs are the same version (e.g. 1.13), and don't forget to add mimepull.jar and jersey-multipart.jar as well.

提交回复
热议问题