Hello, <br><br>i want try upload file using my webpage. I find WAUpLoad test and use:<br>&nbsp;&nbsp;&nbsp; html form<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; multipart;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; with: [<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html fileUpload callback: [ :f | file := f].<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html submitButton text: &#39;Load&#39;].
<br><br>from this class.<br><br>Is it possible remake it with ajax? I dont know how make fileUpload callback code and with updater do [:f | file := f].<br><br clear="all"><br>-- <br>Jakub.