On Jul 22, 7:41 pm, "Jason (Google)" <apija...@google.com> wrote:
> As indicated in the "Will it play in App Engine" page, you will not be able
> to use the "traditional" Apache Commons FileUpload API since it relies on
> java.io.File which is not a supported class. App Engine does not allow
> applications to write to the file system, so the DiskFileItem error thrown
> makes sense. You should be able to use the Streaming API or a custom
> solution like the one in this 
> thread:http://groups.google.com/group/google-appengine-java/browse_thread/th...

Streaming API works fine here.

Cheers
Philippe
--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to