Hi, i just implemented an ajax upload using the AjaxUpload component from the tapestry5-jquery project. And i had to dive deeper into the documentation and code of the JS file-uploader component used by the AjaxUpload.
There are examples in the documentation that almost solve your needs: http://fineuploader.com/fine-uploader-demo.html g, kris On Tue, Oct 30, 2012 at 11:07 PM, bhorvat <[email protected]> wrote: > Hi all, > > I would like to use the ajax to upload several images and once the user > clicks the button he can then submit them, my question is how can I achieve > this? Is it possible to return UploadedFile somehow so that I can get an > image to display in the img tag? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Displaying-UploadedFile-in-the-browser-tp5717442.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
