Re: Struts2 File Upload

2010-04-07 Thread sand...@i2it
JSP page My Action Class public class TestUpload extends ActionSupport{ public TestUpload() { } public String execute() throws Excepti

Re: Struts2 File Upload

2010-04-07 Thread Kun Niu
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