Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto_start: false若关闭需要自己绑定事件 #85

Closed
wendylw opened this issue Sep 9, 2015 · 3 comments
Closed

auto_start: false若关闭需要自己绑定事件 #85

wendylw opened this issue Sep 9, 2015 · 3 comments

Comments

@wendylw
Copy link

wendylw commented Sep 9, 2015

若关闭需要自己绑定事件触发上传应该,调用哪个方法start吗?

@SunLn
Copy link
Contributor

SunLn commented Sep 10, 2015

试一下

var upload = Qiniu.uploader(option);

$element.on('click',function(){
    upload.start()
});

@wendylw
Copy link
Author

wendylw commented Sep 10, 2015

好的 我试试

@wendylw
Copy link
Author

wendylw commented Sep 19, 2015

谢谢问题解决了

@SunLn SunLn closed this as completed Sep 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants