[Seaside] WAUploadTest IE6 & IE7 Bug

dirk newbold dirkdirk at gmail.com
Mon May 7 09:08:33 UTC 2007


I am running Visual Works 7.4.1 Non Commercial.

Can't seem to find 'HttpAdapter', 'keepAlive' or anything similar.

I have Seaside and Visual Wave Loaded.

Cheers,

Dirk


On 5/7/07, Philippe Marschall <philippe.marschall at gmail.com> wrote:
>
> 2007/5/7, dirk newbold <dirkdirk at gmail.com>:
> > Hi,
> >
> > I am having a problem with WAUploadTest in IE6 and IE7 (it works fine in
> > Firefox).
> > The browse button works fine but upon pressing the submit button the
> browser
> > goes to the default 'The page cannot be display' webpage.
> > The file is able to be passed to a Smalltalk variable but then (I'm
> > guessing) the render falls over as it doesn't seem to be passed an
> action
> > and I guess doesn't know what to do?  Does anyone have a solution?
>
> Do you run on Squeak?
> If yes, does disabling keep-alive help?
>
> you can disable keep-alive in Kom with:
> HttpAdapter keepAlive: false
>
> Cheers
> Philippe
>
> > WAUploadTest:
> > renderContentOn: html
> >  html heading: 'Upload File'.
> >
> >  html attributeAt: 'enctype' put: 'multipart/form-data'.
> >  html form: [
> >   html fileUploadWithCallback: [:f | file := f].
> >    html submitButton.
> >  ].
> >
> >  file ifNotNil:
> >   [html anchorWithDocument: file contents mimeType: file contentType
> > fileName: file fileName text:file fileName.
> >   html preformatted: file contents contents].
> > _______________________________________________
> > Seaside mailing list
> > Seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> >
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070507/a1b9200d/attachment-0001.htm


More information about the seaside mailing list