Not getting Text Area value with file upload JSP and Servet 2.5
问题 I am trying to submit a form with text fields, text area, file field etc in a JSP form. I am using commons file upload for this form. Here is my JSP form: <form name="add_product_form" id="add_product_form" enctype="multipart/form-data" method="post" action="Product.Add"> <div id="form-body"> <div id="lebel"> <font color="red">*</font>Product Name: </div> <div id="field"> <input type="text" name="product_name" id="product_name" value=""> </div> <div id="lebel"> <font color="red">*</font>SKU