I need to upload images, sound files and text documents from a mostly
standalone client PC application to a GAE app. I'm following the file
upload example in the Google App Engine for Java documentation and
using the Apache Commons ServletFileUpload to stream in the data and
then save it with the PersistenceManager.

Uploading through a servlet seems just fine, but I took a step back to
wonder whether a servlet was the best way to upload these files to GAE
since this isn't a human choosing files on a webpage but rather some
software programatically sending the files up to the server.  Is a
servlet my best choice in this case?

Thanks...

--~--~---------~--~----~------------~-------~--~----~
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