You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Fernando Benjamin <fe...@gmail.com> on 2011/04/18 00:19:47 UTC

Tapestry5 GAE Upload file

Hi,


I'm making a page with some funtionality to upload files to GAE(Blob)!
The files are beeing gathered and stored in a MultiparDecoder, after
gathering the files I do get to the onSuccess method of the Page class.

The problem is that I don't know how to pass the list of Files from de
MulitpartDecoder to the Page class!

I've made:

   - A tml page with a form and file submission!
   - A pageClass where at the end of the submission the Onsuccess is called
   - A HttpServletRequestFilter with its own MultipartDecoderImpl where the
   files are stored!


How can I pass the List of files from the MultipartDecoder to the Page
Class?

Thank you,

Fernando