There are two modes of using the commons file upload API. One being backed by the DiskFileItemFactory which uses a File I/O (frowned upon on App Engine) and the other being the Streaming File Upload API.
To run on Google App Engine you will need to use the Streaming File upload API. You can get more information at : http://commons.apache.org/fileupload/streaming.html -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
