File upload and store it

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

File upload and store it

Jakub-8
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.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: File upload and store it

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

Please check the mailing-list archive.

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside