- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/iwillwen/qiniu.js
- 软件文档: https://github.com/iwillwen/qiniu.js
软件介绍
该 SDK 用于构建网页前端的七牛云存储应用,支持文件上传、上传进度、上传预览、图片操作、Fop等功能。 处于安全需求,该 SDK 需要其余后端语言的 SDK 提供密钥生成支持。
平台支持
七牛 JavaScript SDK 支持一下浏览器平台
IE 5.5-8 (Adobe Flash is required)
IE 8-11
Chrome
Safari
FireFox
Opera
Webkit 系平台
示例代码:
qiniu.on('file', function(file) {
// Image Preview
file.imageView({
mode: 1,
width: 200,
height: 200
}, function(err, image) {
// ...
});
// Upload
imagesBucket.putFile('key', file, function(err, reply) {
// ...
});
});
JavaScript & jQuery
David Sawyer McFarland / O Reilly / 2011-10-28 / USD 39.99
You don't need programming experience to add interactive and visual effects to your web pages with JavaScript. This Missing Manual shows you how the jQuery library makes JavaScript programming fun, ea......一起来看看 《JavaScript & jQuery》 这本书的介绍吧!
