I am getting the following error while trying to upload a file
java.lang.Nosuchmethoderror
Org.apache.commons.fileupload.Fileupload.Setsizemax
Does anybody have a solution regarding this?
I am getting the following error while trying to upload a file
java.lang.Nosuchmethoderror
Org.apache.commons.fileupload.Fileupload.Setsizemax
Does anybody have a solution regarding this?
According to the error the method Org.apache.commons.fileupload.Fileupload.Setsizemax
does not exist.
You can find an example about how to set the maximum file size in Struts 1.x on SO here.