-1

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?

Community
  • 1
  • 1
Shubham
  • 27
  • 5

1 Answers1

0

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.

Community
  • 1
  • 1
PMerlet
  • 2,568
  • 4
  • 23
  • 39
  • Well, I have checked the jar file. This method does exist there – Shubham Sep 29 '15 at 15:52
  • The link you have provided is about the size limit, the problem in my case is that whenever I submit, I get this error in server logs – Shubham Sep 29 '15 at 15:55