1
我已經部署我的應用程序谷歌appengine.I我不知道如何上傳文件到谷歌appengine。早些時候,我一直在使用apachecommonns庫上傳文件。雖然不完全清楚爲什麼我不能使用相同的庫上傳文件到谷歌應用服務器,我想知道我如何使用上傳文件到谷歌應用引擎Java?上傳文件到谷歌appengine
我已經部署我的應用程序谷歌appengine.I我不知道如何上傳文件到谷歌appengine。早些時候,我一直在使用apachecommonns庫上傳文件。雖然不完全清楚爲什麼我不能使用相同的庫上傳文件到谷歌應用服務器,我想知道我如何使用上傳文件到谷歌應用引擎Java?上傳文件到谷歌appengine
您仍可以use commons file upload to parse the upload request然後use FileService
將文件寫入Blobstore。
請檢查以下答案http://stackoverflow.com/questions/6636554/upload-file-in-appengine-really-needed – 2012-07-29 18:48:43