- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/jnicklas/carrierwave
- 软件文档: https://github.com/jnicklas/carrierwave
软件介绍
carrierwave 是 Rails 的一个扩展用来提供简单而且灵活的文件上传处理,可以跟基于 Rack 的 Web 应用良好集成。
示例代码:
uploader = AvatarUploader.new uploader.store!(my_file) uploader.retrieve_from_store!('my_file.png')
APIs
Daniel Jacobson、Greg Brail、Dan Woods / O'Reilly Media / 2011-12-24 / USD 24.99
Many of the highest traffic sites get more than half of their traffic not through the browser but through the APIs they have created. Salesforce.com (more than 50%) and Twitter (more than 75% fall int......一起来看看 《APIs》 这本书的介绍吧!
