I\'ve been doing a lot of REST tutorials and enjoying them. Recently, I tried writing a jersey multipart webapp with Netbeans but I can\'t seem to because it seems something
The imports for these two are
import org.glassfish.jersey.media.multipart.FormDataContentDisposition; import org.glassfish.jersey.media.multipart.FormDataParam;
If you use Maven, add this dependencies:
org.glassfish.jersey.media jersey-media-multipart 2.0 jar