手机版

JavaScript 图片上传预览效果(11)

发布时间:2021-06-07   来源:未知    
字号:

该文档说了怎么在页面做图片预览, 一步一步的

onErr: function(){},//预览错误时执行

以下在remote模式时有效

action: undefined,//设置action

timeout: 0//设置超时(0为不设置)

如果要使用remote模式必须设置一个action。

还提供了以下方法:

preview:执行预览操作;

dispose:销毁程序。

程序源码

Code highlighting produced by Actipro CodeHighlighter (freeware)

/

-->var ImagePreview = function(file, img, options) {

this.file = $$(file);//文件对象

this.img = $$(img);//预览图片对象

this._preload = null;//预载图片对象

this._data = "";//图像数据

this._upload = null;//remote模式使用的上传文件对象

var opt = this._setOptions(options);

this.action = opt.action;

this.timeout = opt.timeout;

this.ratio = opt.ratio;

this.maxWidth = opt.maxWidth;

this.maxHeight = opt.maxHeight;

this.onCheck = opt.onCheck;

this.onShow = opt.onShow;

this.onErr = opt.onErr;

//设置数据获取程序

this._getData = this._getDataFun(opt.mode);

//设置预览显示程序

this._show = opt.mode !== "filter" ? this._simpleShow : this._filterShow;

};

//根据浏览器获取模式

ImagePreview.MODE = $$B.ie7 || $$B.ie8 ? "filter" :

JavaScript 图片上传预览效果(11).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
×
二维码
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)