Re: Struts2 File Upload

2010-04-07 Thread sand...@i2it
+getFilesContentType()); - -- - return SUCCESS; } private String jids; private File files; private String filesContentType; private String filesFileName; // gettter and setters All i want is just to print the name -- View this message in context: http://old.nabble.com

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

Struts2 File Upload

2010-04-07 Thread sand...@i2it
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 -- View this message in context: http://old.nabble.com/Struts2-File-Upload-tp28163069p28163069.html Sent from the Struts

Struts2 file upload and div contol in same form

2008-07-02 Thread Saqib Shehzad
Hi, I am trying to use ajax div and file control in same form. But div is not loading properly instead it shows [object HTMLDocument] on firefox and [object] on IE. But if I try to use them separately then both are working fine. Anyone has has any idea what is happening ??? Here is the code /*