http://www.w3.org/1999/xhtml">javascript实现IE,firefox客户端图片预">
时间:2021-07-01 10:21:17 帮助过:8人阅读
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml">
http-equiv="content-type" content="txt/html;charset=utf-8" />
javascript实现IE,firefox客户端图片预览
img.src = URL.createObjectURL(file)
使用fileReaderAPI读取为DataURL
建议换浏览器试试。
有一种技术名为ajax,异步刷新。你可以使用这种技术,ajax异步提交图片上传,然后把上传成功的路径以及文件名称返回json。然后在前台ajax的success方法里,获得返回json,然后把图片的路径替换img标签中的src,jquery替换方法:$("#imgId").attr('src',path); //path为路径。imgId为img标签的id.
直接可以用fex的web uploader