If your action isn't being invoked at all, I would say you have some mapping issues, or you're not including the correct <html:form> action property in the
jsp to match the
struts config.
Have you tried grabbing the MultipartRequestHandler from the form bean?
In the jsp you would have:
Then in the Action class: