[Seaside] File upload and store it

Jakub seasidebeginner at gmail.com
Sat Jan 12 09:31:47 UTC 2008


Hello,

i want try upload file using my webpage. I find WAUpLoad test and use:
    html form
        multipart;
        with: [
            html fileUpload callback: [ :f | file := f].
            html submitButton text: 'Load'].

from this class.

Is it possible remake it with ajax? I dont know how make fileUpload callback
code and with updater do [:f | file := f].


-- 
Jakub.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080112/d417086c/attachment.htm


More information about the seaside mailing list