I have an issue when uploading a file in struts 2. I used The encoding type of the jsp form as follows like multipart/form-data. When I upload a file and click submit button ,struts.xml returns action but does not reach the method in action class. This issue comes whether a file upload or not but when using encoding type as multipart/form-data in jsp form.
<form action="createTemp" id="registration"
name="registration" validate="true" method="post" enctype="multipart/form-data">
Can you please pay your attention to this issue and provide a solution.