[Seaside] file upload -- multiple?

Philippe Marschall philippe.marschall at gmail.com
Sat Apr 21 19:17:32 UTC 2012


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


More information about the seaside mailing list