[Seaside] file upload

Squeaker squeakman at gmail.com
Fri Feb 15 21:08:46 UTC 2008


Hi,

I have the following code:

html form: [ html fileUpload
              callback: [:f | self halt].
              html submitButton text: 'Load'].

When I select a file for uploading and the callback is executed I see 
that the file returned to me is not the full pathname.

Is there a way to get the full pathname of the selected file?

Thanks,
Frank



More information about the seaside mailing list