[Seaside] file upload -- multiple?

Paul DeBruicker pdebruic at gmail.com
Sun Apr 22 17:42:26 UTC 2012


Hi Blake

This old email may help in getting the plugin integrated with seaside:

http://lists.squeakfoundation.org/pipermail/seaside/2009-November/021912.html

It describes how to add a jquery plugin to the jQuery WidgetBox on squeak source. 



On Apr 22, 2012, at 9:17 AM, blake <dsblakewatson at gmail.com> wrote:

> I'll see if I can work it out!
> 
> On Sun, Apr 22, 2012 at 9:13 AM, David Shaffer <cdshaffer at acm.org> wrote:
>> 
>> On Apr 21, 2012, at 4:10 PM, blake wrote:
>> 
>>>> 
>>>> It does not :-(
>>> 
>>> Well, damn. Is it a structural issue or something that I could maybe add?
>>> 
>>> Javascript-wise, there is a JQuery component that does multiple uploads, here:
>>> 
>>> http://blueimp.github.com/jQuery-File-Upload/
>>> 
>>> --is it feasible to hook that up to a Seaside app?
>> 
>> 
>> Blake,
>> 
>> Out of curiosity I had a quick look at jQuery-File-Upload.  It wouldn't be a problem to hook this up to Seaside.  In addition it appears that with this plugin you can get around the multiple-file-per-request problem by specifying the data-sequential-uploads attribute to true making it upload in the same manner as Plupload.  That is, if the user selects multiple files they are automatically uploaded sequentially through multiple single-file uploads to the server.
>> 
>> David
>> 
>> _______________________________________________
>> 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


More information about the seaside mailing list