Re: Struts2 File Upload
JSP page My Action Class public class TestUpload extends ActionSupport{ public TestUpload() { } public String execute() throws Excepti
Re: Struts2 File Upload
How did you write your file upload form? sand...@i2it wrote: Hello All, In my file upload program of struts 2 in HTTP Monitor window of Netbeans im getting Data sent with this request was not parameterized Thanks in Advance