<div>I am running Visual Works 7.4.1 Non Commercial.</div>
<div>&nbsp;</div>
<div>Can&#39;t seem to find &#39;HttpAdapter&#39;, &#39;keepAlive&#39; 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 &#39;The page cannot be display&#39; webpage.
<br>&gt; The file is able to be passed to a Smalltalk variable but then (I&#39;m<br>&gt; guessing) the render falls over as it doesn&#39;t seem to be passed an action<br>&gt; and I guess doesn&#39;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: &#39;Upload File&#39;.<br>&gt;<br>&gt;&nbsp;&nbsp;html attributeAt: &#39;enctype&#39; put: &#39;multipart/form-data&#39;.<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>