html5 图片上传 预览
2018-06-24 01:18:49来源:未知 阅读 ()
<html>
<body>
<fieldset>
<legend>测试</legend>
<div class="form-group">
<div class="img-preview rl">
<form id="index_form1" name="index_form1" role="form" method="post" enctype="multipart/form-data" style="float: left;">
<div class="mui-col-xs-4 img-upload mui-text-center iconfont icon-shangchuantupian rl mui-pull-left" id="picone" style="background-image: url(imgs/andd.png);background-size:cover ;">
<span style="font-size: 15px; padding-left: 20px; position: absolute; float: left; margin-top: 104px;">测试</span>
<input type="file" class="wid-100 ab file" id="uploadpic1" name="uploadpic1" capture="camera" accept="image/*" onchange='doChange(this)'; />
<div class="mui-clearfix"></div>
</div>
</form>
</div>
</div>
</fieldset>
<img id="img1" src="a.jpg" style="width:200px;height:200px"/>
</body>
</html>
<script> if (typeof FileReader == 'undefined') { alert("抱歉,你的浏览器不支持FileReader"); } function doChange(obj) { html5ImgLocalReader('uploadpic1', 'img1'); } function html5ImgLocalReader(fileId, imgId) { var file1 = document.getElementById(fileId); var file = file1.files[0]; var reader = new FileReader(); reader.readAsDataURL(file); reader.onload = function (e) { document.getElementById(imgId).src=this.result; //document.getElementById(imgId).style.backgroundImage = "url("+this.result+")"; } } </script>
From:http://www.cnblogs.com/xuejianxiyang/p/6845162.html
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:css3实现旋转表
下一篇:basic knowledge
- css:背景(背景颜色、图片、平铺、背景固定、背景颜色半透 2020-06-01
- 1.html5概述 2020-05-25
- CSS背景图片的6个有趣的技巧 2020-05-12
- [书籍精读]《响应式Web设计 HTML5和CSS3实战(第二版)》精读 2020-05-07
- HTML连载84-添加中部的图片 2020-04-21
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash