We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
支持移动端上传,基于jquery,使用范例:
$('.add_photo_btn').Mobile_upload({ multiple:true, //多图上传 ajax:{ url:st.cfg.upload, //ajax上传的接口地址 loading:this.$el.find('.loading') //相关的loading显示 }, max:9, //最大单次选中文件 maxFileSize:9*1024*1024, //最大文件尺寸 callback:function(result,name,postName){ //上传成功后的回调 } });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
支持移动端上传,基于jquery,使用范例:
The text was updated successfully, but these errors were encountered: