struts 2 file upload without struts tags
Do I need to make use the struts tags <s:form action="doUpload" method="post" enctype="multipart/form-data"> <s:file name="upload" label="File"/> <s:submit/> </s:form> to make use of File upload functionality that struts 2 is providing ? Can I achieve the same functionality without struts 2 tags ? if yes can i know the conventions need to be incorporated in action or in configuration files to achieve the same ? Shortly, yes, you can. Then the configuration and conventions used by the action remains the same. If you use the <form tag then you should place the action attribute value with the