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
  • 20,769
  • 53
  • 137
  • 195

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
  • 79,991
  • 11
  • 123
  • 154