RE: Set the file name in html:file

2005-08-23 Thread karthikeyan.varadarajan
iling List Subject: Re: Set the file name in html:file Browsers don't allow you to set a file name, as it could be a security risk eg set file name to be c:\windows\someimportantfile.txt then get the form to auto submit and send the file to the server Anuradha S.Athreya wrote: >Hello,

RE: Set the file name in html:file

2005-08-23 Thread Dharmendra . Sharan
f any!) HTH, Dharmendra ps: have a good day! -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 1:39 AM To: Struts Users Mailing List Subject: Re: Set the file name in html:file Browsers don't allow you to set a file name, as it could be a

Re: Set the file name in html:file

2005-08-22 Thread Jason Lea
Browsers don't allow you to set a file name, as it could be a security risk eg set file name to be c:\windows\someimportantfile.txt then get the form to auto submit and send the file to the server Anuradha S.Athreya wrote: Hello, In the JSP, I need to set the default file name in the JSP.