<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007>Hi Dirk,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007>This issue is caused by a bug in IE6 and IE7 where an 
optional space in&nbsp;some HTTP response headers&nbsp;is required by IE6 and 
IE7, but not by other browsers.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007></SPAN></FONT>&nbsp;</DIV></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007>This is a known issue that has been fixed in the recent 
versions that were published in the public Store repository. So, I am assuming 
that you loaded Seaside from the parcels that are shipped on the distribution 
CD.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007>It has also been fixed in VisualWorks 
7.5</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007></SPAN></FONT><FONT face=Arial color=#0000ff 
size=2><SPAN class=460292910-07052007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007>In case you want to stay with 7.4 and with the parcels, 
you will need the following fixes that are meant to keep IE6 and IE7 
happy.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007>VisualWave.Response</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>writeCookies: 
aStream<BR>&nbsp;self cookies isNil ifTrue: [^self].<BR>&nbsp;self 
cookies<BR>&nbsp;&nbsp;do:<BR>&nbsp;&nbsp;&nbsp;[:cookie | 
<BR>&nbsp;&nbsp;&nbsp;cookie 
isNil<BR>&nbsp;&nbsp;&nbsp;&nbsp;ifFalse:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[aStream<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nextPutAll:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Set-Cookie: 
' ,&nbsp;"A space needed by IE 
sometimes"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"(self 
headerEncode:" cookie 
valueString")";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;crlf]].</FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007>VisualWave.MessageHeaders</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=460292910-07052007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>sendOver: 
aStream</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>&nbsp;self do: [ 
:header |<BR>&nbsp;&nbsp;aStream <BR>&nbsp;&nbsp;&nbsp;nextPutAll: header 
key;<BR>&nbsp;&nbsp;&nbsp;nextPutAll: ': '.&nbsp;"A space is needed by IE for 
some headers"<BR>&nbsp;&nbsp;aStream nextPutAll: <BR>&nbsp;&nbsp;&nbsp;(self 
headerEncode: header).<BR>&nbsp;&nbsp;aStream crlf.<BR>&nbsp;].</FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=460292910-07052007><FONT face=Arial 
color=#0000ff size=2>HTH</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=460292910-07052007><FONT face=Arial 
color=#0000ff size=2>Michel.</FONT></SPAN></DIV><FONT face=Arial color=#0000ff 
size=2></FONT><FONT face=Arial color=#0000ff size=2></FONT><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> 
  seaside-bounces@lists.squeakfoundation.org 
  [mailto:seaside-bounces@lists.squeakfoundation.org] <B>On Behalf Of </B>dirk 
  newbold<BR><B>Sent:</B> lundi, 7. mai 2007 11:09<BR><B>To:</B> Seaside - 
  general discussion<BR><B>Subject:</B> Re: [Seaside] WAUploadTest IE6 &amp; IE7 
  Bug<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV>I am running Visual Works 7.4.1 Non Commercial.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Can't seem to find 'HttpAdapter', 'keepAlive' or anything 
  similar.<BR>&nbsp;</DIV>
  <DIV>I have Seaside and Visual Wave Loaded.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Cheers,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Dirk</DIV>
  <DIV><BR>&nbsp;</DIV>
  <DIV><SPAN class=gmail_quote>On 5/7/07, <B class=gmail_sendername>Philippe 
  Marschall</B> &lt;<A 
  href="mailto:philippe.marschall@gmail.com">philippe.marschall@gmail.com</A>&gt; 
  wrote:</SPAN> 
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">2007/5/7, 
    dirk newbold &lt;<A 
    href="mailto:dirkdirk@gmail.com">dirkdirk@gmail.com</A>&gt;:<BR>&gt; 
    Hi,<BR>&gt;<BR>&gt; I am having a problem with WAUploadTest in IE6 and IE7 
    (it works fine in<BR>&gt; Firefox).<BR>&gt; The browse button works fine but 
    upon pressing the submit button the browser<BR>&gt; goes to the default 'The 
    page cannot be display' webpage. <BR>&gt; The file is able to be passed to a 
    Smalltalk variable but then (I'm<BR>&gt; guessing) the render falls over as 
    it doesn't seem to be passed an action<BR>&gt; and I guess doesn't know what 
    to do?&nbsp;&nbsp;Does anyone have a solution? <BR><BR>Do you run on 
    Squeak?<BR>If yes, does disabling keep-alive help?<BR><BR>you can disable 
    keep-alive in Kom with:<BR>HttpAdapter keepAlive: 
    false<BR><BR>Cheers<BR>Philippe<BR><BR>&gt; WAUploadTest:<BR>&gt; 
    renderContentOn: html <BR>&gt;&nbsp;&nbsp;html heading: 'Upload 
    File'.<BR>&gt;<BR>&gt;&nbsp;&nbsp;html attributeAt: 'enctype' put: 
    'multipart/form-data'.<BR>&gt;&nbsp;&nbsp;html form: [<BR>&gt;&nbsp;&nbsp; 
    html fileUploadWithCallback: [:f | file := 
    f].<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;html submitButton. 
    <BR>&gt;&nbsp;&nbsp;].<BR>&gt;<BR>&gt;&nbsp;&nbsp;file 
    ifNotNil:<BR>&gt;&nbsp;&nbsp; [html anchorWithDocument: file contents 
    mimeType: file contentType<BR>&gt; fileName: file fileName text:file 
    fileName.<BR>&gt;&nbsp;&nbsp; html preformatted: file contents contents]. 
    <BR>&gt; _______________________________________________<BR>&gt; Seaside 
    mailing list<BR>&gt; <A 
    href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org</A><BR>&gt; 
    <A 
    href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>&gt;<BR>&gt;<BR>_______________________________________________<BR>Seaside 
    mailing list<BR><A 
    href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org 
    </A><BR><A 
    href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>