Skip to main content
Level 2
October 16, 2015
Question

ServletFileUpload cannot be resolved

  • October 16, 2015
  • 0 replies
  • 1347 views

Hello,

I am trying to handle file uploads from an input form.  CQ5 already comes with Apache Commons FileUpload and I am importing it in my servlet.  However I keep getting the error that ServletFileUpload cannot be resolved.

final boolean isMultipart = ServletFileUpload.isMultipartContent(request); if( isMultipart ){ final ServletFileUpload upload = new ServletFileUpload(); ...... }

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.