I am using Jersey based restful Service implementation strategy to build a service which will be used to upload files. My service class name is : UploadFileService.java (See
Register MultiPartFeature. In web.xml add to the Jersey servlet:
jersey.config.server.provider.classnames org.glassfish.jersey.media.multipart.MultiPartFeature