We integrated jQuery-File-Upload as well but the Request to upload files is posted to a EventLink-URL that is provided upon initialization of the File-Upload-Plugin.
The event is then handled by the component and files are extracted using org.apache.commons.fileupload.servlet.ServletFileUpload from the javax.servlet.http.HttpServletRequest that you simply can inject. This pretty much isolates the whole thing into one component. On Mon, Jun 16, 2014 at 12:16 PM, Sanket Sharma <sanketsha...@gmail.com> wrote: > Thanks! > Will give it a shot today. > > Thank you once again. > > Sanket > > > On Sun, Jun 15, 2014 at 8:54 AM, Ilya Obshadko <ilya.obsha...@gmail.com> > wrote: > >> I have integrated jQuery-File-Upload in my project recently. This library >> is more flexible and up-to date. >> My integration scenario uses MultipartDecoder service override described in >> the blog post you are referring to. >> >> I have created a public gist, feel free to use and extend it: >> https://gist.github.com/xfyre/83f82f6e5145ee041217 >> Currently it doesn't support multiple files upload, but it's very easy to >> add this functionality. >> >> >> >> On Sun, Jun 15, 2014 at 4:19 AM, Sanket Sharma <sanketsha...@gmail.com> >> wrote: >> >> > Hi, >> > >> > I'm looking for a mechanism to allow users to upload multiple files in >> the >> > application. I know it is possible via AJAX but not sure if there is any >> > component that currently supports it. >> > >> > The only documentation I came across was this - which was written about >> > three years back >> > http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ >> > >> > Not sure if it is still compatible and if it will work - will give it >> shot >> > tomorrow. >> > >> > >> > Thank you for your help. >> > >> > >> > Sanket >> > >> >> >> >> -- >> Ilya Obshadko >> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org