In page file upload

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

In page file upload

keith1y
Hello,

I am looking for a seaside/scriptaculous equivalent of

http://www.webtoolkit.info/ajax-file-upload.html

demoed here

http://www.webtoolkit.info/demo/javascript/aim/demo.html

thanks in advance

Keith
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: In page file upload

Lukas Renggli
> I am looking for a seaside/scriptaculous equivalent of
>
> http://www.webtoolkit.info/ajax-file-upload.html

There is nothing ready-to-use I know of. I usually implement this
myself using the onchange event on the upload field to submit the
whole form. If you want it more sophisticated you can easily move the
form to its own iframe, to avoid a full refresh (this is what google
is doing).

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: In page file upload

Boris Popov, DeepCove Labs (SNN)
http://swfupload.org/

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: [hidden email] [mailto:seaside-
> [hidden email]] On Behalf Of Lukas Renggli
> Sent: Monday, January 07, 2008 11:04 PM
> To: Seaside - general discussion
> Subject: Re: [Seaside] In page file upload
>
> > I am looking for a seaside/scriptaculous equivalent of
> >
> > http://www.webtoolkit.info/ajax-file-upload.html
>
> There is nothing ready-to-use I know of. I usually implement this
> myself using the onchange event on the upload field to submit the
> whole form. If you want it more sophisticated you can easily move the
> form to its own iframe, to avoid a full refresh (this is what google
> is doing).
>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside