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?
Is it necessary to implement a subclass of Action to perform a file
upload?
Thanks a lot.
Andrea Loddo.
mailto:garbiner@libero.it