Yours imports are fine. could you please try to invoke simple servlet
with Get method for testing, to check whether issue is with code or
something
else.@Component(service=Servlet.class,property={Constants.SERVICE_DESCRIPTION
+ "=Simple Demo Servlet","sling.servlet.methods=" +
HttpConstants.METHOD_POST,"sling.servlet.paths="+
"/bin/damUpload/video", })public class SimplePostServlet extends
SlingAllMethodsServlet {/** * */ private static final long
serialVersionUID = 1L;@Overrideprotected void do...