Hello,
I trying to implement a file upload for my wicket application, which
should be deployed on Google App Engine (GAE). Since GAE does not allow
to spawn new threads, I cannot make use of DiskFileItem due to its use
of FileCleaner.
The problem is that a DiskFileItem gets instantiated in the
MultipartServletWebRequest, which results in an AccessControlException
even before the submit method is called (which would allow to parse the
request by hand)
Thus, I would like to ask if anyone has a hint how to deal with that
problem and avoid the instantiation of DiskFileItem?
Thanks a lot in advance,
andr
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]