[Seaside] Serializing FileUploads with jQuery

Nick Ager nick.ager at gmail.com
Fri Sep 16 15:07:08 UTC 2011


Yes as far as I know there is no way to use Ajax to upload files. There is a
work around which sets the form's target to a hidden iFrame.

I've written about the technique here:
http://nickager.com/blog/file-upload-using-Nginx-and-Seaside
I've written a component that wraps the technique here:
http://www.squeaksource.com/fileupload

Although I mention Nginx in the blog post the repository contains a
component that works with standard Seaside and allows file-upload in the
background in an ajax like way.

Nick


On 16 September 2011 15:58, Robert Sirois <watchlala at hotmail.com> wrote:

>  My file upload won't respond to #serialize... is there a different way
> this needs to be done?
>
> Thanks,
> RS
>
> _______________________________________________
> 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/20110916/0e52b3e4/attachment.htm


More information about the seaside mailing list