Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLn committed Mar 31, 2014
1 parent 9a8f96f commit ffb6d6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ qiniu-js-sdk
var uploader = Qiniu.uploader({
runtimes: 'html5,flash,html4', //上传模式,依次退化
browse_button: 'pickfiles', //上传选择的点选按钮,**必需**
uptoken_url: '/token', //Ajax请求upToken的Url,**必需**(服务端提供)
uptoken_url: '/token', //Ajax请求upToken的Url,**强烈建议,设置**(服务端提供)
// uptoken : '<Your upload token>', //若你指定uptoken_url,则必须指定 uptoken ,uptoken由其他程序生成
domain: 'http://qiniu-plupload.qiniudn.com/', //bucket 域名,下载资源时用到,**必需**
container: 'container', //上传区域DOM ID,默认是browser_button的父元素,
max_file_size: '100mb', //最大文件体积限制
Expand Down

0 comments on commit ffb6d6d

Please sign in to comment.