【发布时间】:2012-09-27 23:26:44
【问题描述】:
大家好,可以通过 android 将数据(图像、视频、文本)上传到 heroku 服务器。我正在为 android 创建一个应用程序,我想在其中添加将数据上传到 heroku 的功能。可能吗???如果是,那么我该怎么做。请提供一些可以帮助我的材料。 谢谢
【问题讨论】:
大家好,可以通过 android 将数据(图像、视频、文本)上传到 heroku 服务器。我正在为 android 创建一个应用程序,我想在其中添加将数据上传到 heroku 的功能。可能吗???如果是,那么我该怎么做。请提供一些可以帮助我的材料。 谢谢
【问题讨论】:
Heroku 是只读的。您的应用程序将需要使用像 Cloudinary 这样的第三方服务或使用像 Amazon 的 S3 服务这样的 CDN。
有关 Heroku 文件系统的更多信息,请访问 https://devcenter.heroku.com/articles/read-only-filesystem
【讨论】: