Maybe a change of career or invest some time reading up the technologies that appear on your CV ? Just a thought....
-----Original Message----- From: ganesh gadi [mailto:[EMAIL PROTECTED] Sent: 16 July 2004 09:52 To: [EMAIL PROTECTED] Subject: How to Disable "open" button on "File Download" dialogue box....please urgent Hi Friends, i'm very happy to tell u my problems and get answers. i need a solution how to disable "open" button on "File Download" dialog box.i want control on it. Pls don't say no solution.Bcox i saw that type of dialogue box...Now i require that feature. pls let me know the solution asap. I used the following code to appear "File Download box" httpServletResponse.setContentLength((int) f.length)); httpServletResponse.setContentType(mimeType); httpServletResponse.setHeader("Content-Disposition","attachment;filename="+f .getName()); os =httpServletResponse.getOutputStream(); stream = new FileInputStream(f); bis = new BufferedInputStream(stream); is = new BufferedInputStream(bis); int count; byte buf[] = new byte[4096]; while ((count = is.read(buf)) > -1) os.write(buf, 0, count); i'm using tomcat 5.0.19 Struts 1.1 IE 6.0 Windows 2000server Thanks Ganesh __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ------------------------------------------------------------------------ For more information about Barclays Capital, please visit our web site at http://www.barcap.com. Internet communications are not secure and therefore the Barclays Group does not accept legal responsibility for the contents of this message. Although the Barclays Group operates anti-virus programmes, it does not accept responsibility for any damage whatsoever that is caused by viruses being passed. Any views or opinions presented are solely those of the author and do not necessarily represent those of the Barclays Group. Replies to this email may be monitored by the Barclays Group for operational or business reasons. ------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] *********************************************** This e-mail and its attachments are confidential and are intended for the above named recipient only. If this has come to you in error, please notify the sender immediately and delete this e-mail from your system. You must take no action based on this, nor must you copy or disclose it or any part of its contents to any person or organisation. Statements and opinions contained in this email may not necessarily represent those of Littlewoods. Please note that e-mail communications may be monitored. The registered office of Littlewoods Limited and its subsidiaries is 100 Old Hall Street, Liverpool, L70 1AB. Registered number of Littlewoods Limited is 262152. ************************************************ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]