$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ ----- Original Message ----- From: [hidden email] [mailto:[hidden email]] Sent: Sunday, April 22, 2012 07:59 AM To: [hidden email] <[hidden email]> Subject: seaside Digest, Vol 112, Issue 33 Send seaside mailing list submissions to [hidden email] To subscribe or unsubscribe via the World Wide Web, visit http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside or, via email, send a message with subject or body 'help' to [hidden email] You can reach the person managing the list at [hidden email] When replying, please edit your Subject line so it is more specific than "Re: Contents of seaside digest..." Today's Topics: 1. Re: file upload -- multiple? (Philippe Marschall) 2. Re: file upload -- multiple? (Philippe Marschall) 3. Re: file upload -- multiple? (blake) ---------------------------------------------------------------------- Message: 1 Date: Sat, 21 Apr 2012 19:35:28 +0200 From: Philippe Marschall <[hidden email]> Subject: Re: [Seaside] file upload -- multiple? To: Seaside - general discussion <[hidden email]> Message-ID: <[hidden email]> Content-Type: text/plain; charset=UTF-8 On Sat, Apr 21, 2012 at 4:06 AM, blake <[hidden email]> wrote: > Hello, Seasiders, > > I'm trying to work out a utility that allows my users to upload files > (text) and reports back certain information about those files. > > First, Seaside is definitely one of the coolest, simplest frameworks > for this, I think. > > Second, is the "multiple" feature available? Not directly, but you can do html fileUpload attributeAt: 'multiple' put: true But I haven't yet checked out whether that works correctly with callbacks. I created an issue for this [1]. My understanding though is that browser support is spotty at best. You may want to look into a JavaScript solution. > My users will be > uploading a LOT of files. You may want to do load testing in this area. This hasn't historically been a strength. [1] http://code.google.com/p/seaside/issues/detail?id=722 Cheers Philippe ------------------------------ Message: 2 Date: Sat, 21 Apr 2012 21:17:32 +0200 From: Philippe Marschall <[hidden email]> Subject: Re: [Seaside] file upload -- multiple? To: Seaside - general discussion <[hidden email]> Message-ID: <[hidden email]> Content-Type: text/plain; charset=UTF-8 On Sat, Apr 21, 2012 at 7:35 PM, Philippe Marschall <[hidden email]> wrote: > On Sat, Apr 21, 2012 at 4:06 AM, blake <[hidden email]> wrote: >> Hello, Seasiders, >> >> I'm trying to work out a utility that allows my users to upload files >> (text) and reports back certain information about those files. >> >> First, Seaside is definitely one of the coolest, simplest frameworks >> for this, I think. >> >> Second, is the "multiple" feature available? > > Not directly, but you can do > > html fileUpload > ??attributeAt: 'multiple' put: true > > But I haven't yet checked out whether that works correctly with > callbacks. It does not :-( Cheers Philippe ------------------------------ Message: 3 Date: Sat, 21 Apr 2012 13:10:30 -0700 From: blake <[hidden email]> Subject: Re: [Seaside] file upload -- multiple? To: Seaside - general discussion <[hidden email]> Message-ID: <CAJAnwP=A7bEJvjtvUnhQYVP6xiHcb6XY-Qw6nF_t4=[hidden email]> Content-Type: text/plain; charset=ISO-8859-1 > > 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? ------------------------------ _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside End of seaside Digest, Vol 112, Issue 33 **************************************** _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |