On Wed, 23 Mar 2011 19:33:57 -0300, Fernando Benjamin
wrote:
Hello Thiago,
Hi!
The problem here is that the request Parameter in is not an
implementation of the HttpServletRequest!
It isn't, but you can grap the requests HttpServletRequest: add a
constructor to your RequestFilter th
Hello Thiago,
I have implemented a Requestfilter as you wrote here before!
But I still encounter major issues when retrieving the file as an Array of
of Bytes, since thats how we can put it on a Blob(googles Binary Large
Object).
The problem here is that the request Parameter in is not an impleme
On Sat, 12 Mar 2011 15:29:21 -0300, Fernando Benjamin
wrote:
Fellow tapestry developers,
Hi!
I need to upload an image to a certain url, but I can't use any Normal
file upload mechanism because I am running Tapestry5 on GAE!
So you want to write an application that receives a file uplo