1

I have deployed my application to google appengine.I have no idea how can I upload files to google appengine. Earlier I had been using apachecommonns library to upload files.Though not exactly clear why I can't use the same library to upload files here to google app server,I want to know how I can upload files to google app engine using Java ?

saplingPro
  • 18,513
  • 51
  • 134
  • 185

1 Answers1

0

You can still use commons file upload to parse the upload request and then use FileService to write files to Blobstore.

Peter Knego
  • 78,855
  • 10
  • 118
  • 147