Struts 2 convention plugin - upload a file of more than 2 MB
If i try to upload a file of more than 2 MB size its error-ed. I found in apache web site saying "There are two separate file size limits. First is struts.multipart.maxSize which comes from the Struts 2 default.properties file. This setting exists for security reasons to prohibit a malicious user from uploading extremely large files to file up your servers disk space. This setting defaults to approximately 2 megabytes and should be adjusted to the maximum size file (2 gigs max) that your will need the framework to receive" So I found that this issue can be solved by adding the tag with the