Re: Clear text while using File Upload in Struts2

2009-12-27 Thread Mageshwaran
, 2009, Mageshwaran wrote: Hi All, In my jsp code i had used "" for file upload using IFrame. The issue is if i select a file using file dialog, there is no option to clear the selected text. Can any one help me how to clear the uploaded file path text? Thanks in Advance, Magesh.

Clear text while using File Upload in Struts2

2009-12-27 Thread Mageshwaran
Hi All, In my jsp code i had used "label="File" size="20" onkeypress = "killEvent(event)"/>" for file upload using IFrame. The issue is if i select a file using file dialog, there is no option to clear the selected text. Can any one help me how to clear the uploaded file path text? T

How to get the host name if proxy is configured

2009-11-23 Thread Mageshwaran
Hi All, In my application, am using request.getRemoteHost() to get the host name where the client is running. But it is returning the proxy address if configured instead of host address/ host name. Can any one help me to solve this issue? Thanks in Advance, Magesh. ---

File Upload in IE

2009-06-04 Thread Mageshwaran
mit. Is there any option to restrict copy paste event ? Thanks, Mageshwaran P. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

File Upload in Mozilla

2009-06-02 Thread Mageshwaran
log (File Chooser) only if browse button is clicked. Please help me how to resolve this issue. Thanks, Mageshwaran P. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: About File UploadSizeLimitExceededException

2009-03-26 Thread Mageshwaran
i am getting exception "File too large" and returns Null in my action. Can any one suggest the solution for this issue. Thanks, Mageshwaran P. Nils-Helge Garli Hegvik wrote: Check the "maximumSize" parameter in the FileUploadInterceptor: http://struts.apache.org/2.1.6/docs/

About File UploadSizeLimitExceededException

2009-03-25 Thread Mageshwaran
figure the size for file upload. Thanks in advance, Mageshwaran P. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Struts2, file tag, setting value

2009-03-04 Thread Mageshwaran
Hi All, I am using * *tag for uploading a file in JSP. Is there any *value attribute* for this tag? If present, is it possible set a default value to this tag so that this file path is set on loading the page first time. Thanks in advance, Magesh. ---