Hi, I've a scenario for security check. When i'm submitting the file to
dam, the content type for pdf, docx,doc is "application/pdf",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/msword".
I've created a config file for this and whenever i upload a file i'll
check for MIME_Type and then i upload.Code:-private String[]
multiString;private static final Logger LOG =
LoggerFactory.getLogger(PODServlet.class);
@Property(value={"application/pdf",
"application/v...