是否可以从浏览器将文件上传到 Rackspace Files Cloud?
是否可以像 Amazon S3 一样从浏览器将文件上传到 Rackspace Files Cloud?
Is it possible to upload files to Rackspace Files Cloud from browser like in Amazon S3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您谈论的是通过浏览器上传,则可以使用 https://manage.rackspacecloud.com/它有一个很好的网络界面来上传你的文件。
如果您想从浏览器进行 API 调用,因为 API 全部采用 REST 形式,那么在 JavaScript 中实现它应该不会太难,我还没有在 JavaScript 中看到任何库/绑定,但这应该非常简单直接执行使用 jQuery 等,请参阅这篇文章以获取一些示例:
JavaScript REST 客户端库
这是一个链接有关 Rackspace CloudFiles 的 REST 文档:
http://docs.rackspacecloud。 com/files/api/cf-devguide-latest.pdf
If you are speaking about uploading via the browser then you can use https://manage.rackspacecloud.com/ which has a nice web interface to upload your files.
If you want to have an API call from the browser since the API is all in REST it should not be too hard to implement it in JavaScript, I haven't seen any library/binding in JavaScript but this should be pretty straightforward to do straight with jQuery or such, see this SO article for some examples :
JavaScript REST client Library
and this is a link for the REST documentation of Rackspace CloudFiles :
http://docs.rackspacecloud.com/files/api/cf-devguide-latest.pdf