Re: STRUTS 2: File tag problem

2008-02-07 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: >private String fileName;//this is the FULL pathname with filename Depending on the browser this may or may not have the full pathname. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: STRUTS 2: File tag problem

2008-02-07 Thread Srikanth Muthyala
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 February 2008 1:50 PM To: Struts Users Mailing List Subject: Re: STRUTS 2: File tag problem Hi Sri so if the config is configured something like /WEB-INF/classes/struts-fileupload.xml

Re: STRUTS 2: File tag problem

2008-02-06 Thread mgainty
Hi Sri so if the config is configured something like /WEB-INF/classes/struts-fileupload.xml uploadSuccess.jsp uploadError.jsp and the jsp defines the acceptable content-type and a name to call it.. org.apache.struts2.portlet.example.fileupload.FileUploadAction.java { p