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