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