[Seaside] file upload & Action

Andrea Loddo garbiner at libero.it
Tue Jan 11 18:41:47 CET 2005


hi,

the instance method

renderForm
html form: [
                html fileUploadWithCallback: [:f | file _ f].
                html submitButton.
        ].

of an Action subclass I used for a file upload has a problem:
f is an istance of my Action subclass and it is not the file I want to upload.
Could anybody tell me why?
Thanks.

Andrea Loddo.
                        mailto:garbiner at libero.it



More information about the Seaside mailing list