I don't know about google app engine. The hosting service I'm with uses tomcat 6.0.x.
However, the software you attached showed me what I needed to do. The bit I had missed was overriding newWebRequest in my web application. It was obvious once it had been pointed out to me! I've not tried it yet, but upgrading to a later version with the MultipartServletWebRequest constructor that takes a FileItemFactory, should enable me to use mostly wicket code. I'll simply need to use the overriding pattern shown in the previously mentioned software to call it. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-file-upload-tp2230621p2235813.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
