[Seaside] Re: seaside Digest, Vol 112, Issue 33

Paul_Krill at infoworld.com Paul_Krill at infoworld.com
Sun Apr 22 20:14:43 UTC 2012






$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$





















$



----- Original Message -----
From: seaside-request at lists.squeakfoundation.org [mailto:seaside-request at lists.squeakfoundation.org]
Sent: Sunday, April 22, 2012 07:59 AM
To: seaside at lists.squeakfoundation.org <seaside at lists.squeakfoundation.org>
Subject: seaside Digest, Vol 112, Issue 33

Send seaside mailing list submissions to
	seaside at lists.squeakfoundation.org

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
	seaside-request at lists.squeakfoundation.org

You can reach the person managing the list at
	seaside-owner at lists.squeakfoundation.org

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 <philippe.marschall at gmail.com>
Subject: Re: [Seaside] file upload -- multiple?
To: Seaside - general discussion <seaside at lists.squeakfoundation.org>
Message-ID:
	<CA+LFMPjvkeEQv7nE8saFEhBsg4rJjDmD80xmhZnW8a+pDvRxAQ at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

On Sat, Apr 21, 2012 at 4:06 AM, blake <dsblakewatson at gmail.com> 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 <philippe.marschall at gmail.com>
Subject: Re: [Seaside] file upload -- multiple?
To: Seaside - general discussion <seaside at lists.squeakfoundation.org>
Message-ID:
	<CA+LFMPjZctUzMyOb_qmjk5Z74tKOyWwQXTisGzdNdDQh9kePVQ at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

On Sat, Apr 21, 2012 at 7:35 PM, Philippe Marschall
<philippe.marschall at gmail.com> wrote:
> On Sat, Apr 21, 2012 at 4:06 AM, blake <dsblakewatson at gmail.com> 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 <dsblakewatson at gmail.com>
Subject: Re: [Seaside] file upload -- multiple?
To: Seaside - general discussion <seaside at lists.squeakfoundation.org>
Message-ID:
	<CAJAnwP=A7bEJvjtvUnhQYVP6xiHcb6XY-Qw6nF_t4=WEemGCUw at mail.gmail.com>
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
seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


End of seaside Digest, Vol 112, Issue 33
****************************************


More information about the seaside mailing list