Could you share your code for the servlet that handles file uploads. I have
been not able to get that working. Thanks in advance
--
Abhinav

-_[No constructors were harmed in the writing of this post. Any resemblance
to objects living or dead is purely coincidental]_-


On Mon, Oct 19, 2009 at 7:40 AM, Houston startup coder <
stephenh...@gmail.com> wrote:

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