I have tried adding the required jar plugin for pell
multipart in the lib directory. Also I have made the following entry to my struts.xml
<constant name="struts.multipart.parser" value="pell" />
But it does not seem to work. From the logs it is clear that the default jakarta
parser is being referenced every time for file uploads.