[Seaside] fileUploadWithCallback overriding name attribute

Avi Bryant avi at beta4.com
Sat Sep 18 11:53:57 CEST 2004


On Sep 18, 2004, at 11:48 AM, Andreas Nilsson wrote:

> So it seems the name attribute is used for some Seaside internal 
> handling of the input.

Yes.

> Is there any way to override the attribute?

No.

> Or any way to find out what name the input was given?

Yes. :)

If you do this:

|name|
name := html context nextKey.
html fileInputWith...

Then "name" will contain the name of the input.

Will that serve your purposes?

Avi



More information about the Seaside mailing list