[Seaside] file upload -- multiple?

Philippe Marschall philippe.marschall at gmail.com
Sat Apr 21 17:35:28 UTC 2012


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


More information about the seaside mailing list