I want to upload a file using struts <html:file /> tag. but I get anException "java.lang.IllegalArgumentException : argument typemismatch" . If you know about this problem help me please.
I think you forgot to specify the encription type inyour form...try<html:form action="/yourAction" method="POST"enctype="multipart/form-data">in the form tag.