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 ?
Asked
Active
Viewed 578 times
1
-
2please check following answer http://stackoverflow.com/questions/6636554/upload-file-in-appengine-really-needed – Johann Sonntagbauer Jul 29 '12 at 18:48
1 Answers
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