Hi all
I am trying to write the fileUploader controller.
The JSP code are :
The controller method is
The request is mapped correctly to the method when I execute the code.
The Multipart resolver configured in context is
The spring version I am using is 3.1.1 The application server is glassfish 3.1.2
The error is
The browser return HTTP 400 with message descriptionThe request sent by the client was syntactically incorrect ().
Pl. Help
Thanks