I am using Jersey to upload file. I defined the method:
@POST @Path(\"/upload\") @Consumes(\"multipart/form-data\") public Collection uploadIm
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.