- 授权方式:免费软件
- 界面语言:简体中文
- 文件大小: MB
- 更新时间:2014-08-18
- 资源类型:国产软件
- 平台环境:ASP/
- 推荐等级: ★★★★☆
- 作者主页: 点击查看
详细介绍 - [ 艾恩ASP无组件上传类配合Flash实现多文件上传 v2.0 ]
艾恩ASP无组件上传,配合Flash实现友好进度条显示,可自由定义上传文件大小,类型等,具体参数请参考index.html的配置。
var Setting={
debug:false,
upload_url: "upload.asp",
file_post_name : "filedata",
file_types : "*.bmp;*.rar;*.jpg;*.gif;*.png;", //文件格式限制
file_types_description : "文件类型", //文件格式描述
file_size_limit : "500 MB", // 文件大小限制
file_upload_limit : 5, //上传文件总数
button_append : "divAddFiles",
button_width: 32,
button_height: 32,
button_image_url:"images/btn.png",
button_text: "",
button_text_style:".but {color:#ff0000;}",
button_text_left_padding: 14,
button_text_top_padding: 3,
charset: "gbk",
auto:false
};
//回调函数
SuccessCallBack(file,serverData)
2013-1-23:对flash进行二次开发,移除不必要功能,增加批量取消上传等接口;文字显示均可通过回调函数设置,例如QueuedCallBack回调函数,即单文件队列成功后调用
2012-4-11:美化界面,增加回调函数
Tag: 上传 文件 艾恩 ASP 组件 配合 Flash 实现 file
Disclaimer: The content of this article is sourced from the internet. The copyright of the text, images, and other materials belongs to the original author. The platform reprints the materials for the purpose of conveying more information. The content of the article is for reference and learning only, and should not be used for commercial purposes. If it infringes on your legitimate rights and interests, please contact us promptly and we will handle it as soon as possible! We respect copyright and are committed to protecting it. Thank you for sharing.