RE: [offtopic] frames

2002-02-27 Thread Tingleff, Sam
Against. Can't link from outside to a specific page. I know, I know... You're not supposed to, it's an _application_. But links are the great advantage of the web. Take that away and what do you have? -Original Message- From: Mike Dewhirst [mailto:[EMAIL PROTECTED]] Sent:

File upload produces modified files

2002-02-07 Thread Tingleff, Sam
Using Struts 1.0 with Tomcat 4.0.1 on Win 2k. FormFile uploads will consistently produce modified files with some large binary files. Is this a known bug? Is there a fix available for Struts 1.0? Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: File upload produces modified files

2002-02-07 Thread Tingleff, Sam
: Tingleff, Sam [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 12:24 PM To: '[EMAIL PROTECTED]' Subject: File upload produces modified files Using Struts 1.0 with Tomcat 4.0.1 on Win 2k. FormFile uploads will consistently produce modified files with some large binary files

RE: File upload produces modified files

2002-02-07 Thread Tingleff, Sam
to this that were fixed in Struts 1.0.1. You might want to try upgrading and see if the problem remains. -- Martin Cooper - Original Message - From: Tingleff, Sam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 9:24 AM Subject: File upload produces modified files

RE: Problem With Forwarding to a non-HTML file

2002-01-30 Thread Tingleff, Sam
I've been working on this a little. You can add a header: Content-Disposition: attachment; filename=mypdf.pdf Seems to work on ie 5.5, haven't tested other browsers. -Original Message- From: Mark Woon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 11:22 AM To: Struts

RE: Cookies

2002-01-30 Thread Tingleff, Sam
When you set a cookie it is only a 'suggestion' to the client. When you read a cookie it is coming back from the client for the current request. 1. client requests page 1 2. set cookie in first servlet 3. chain to second servlet Here you will not see the cookie because the client has yet to