Lukas Renggli wrote:
However, the
value returned to the callback is the filename string,
rather than the file itself. I feel I am missing something somewhere,
any ideas what it might be?
Is your form declared as a multipart form? Magritte normally does
that automatically, but only if it knows that there is a file-upload
component somewhere.
Lukas
That will be it, thank you so much.
I do find the whole forms handling in seaside a confusing thing...
I dont see how my inner components are supposed to know whether or not
they are in a form. I am not sure how much seaside does for me in this
respect etc etc...
anyways... thanks again for your help
Keith