Page 1 of 1

About Question enthuware.jwpv6.2.608 :

Posted: Sun May 10, 2015 11:23 am
by Viorel Ghelbert
Hi,

I think the explanation for the correct answer contains an error:
@MultipartConfig annotation, when specified on a Servlet, indicates that the request it expects is of type mime/multipart.
should be
@MultipartConfig annotation, when specified on a Servlet, indicates that the request it expects is of type multipart/form-data.

Re: About Question enthuware.jwpv6.2.608 :

Posted: Sun May 10, 2015 8:37 pm
by admin
Fixed.
thank you for your feedback!