单张图片上传预览【超简洁,未完待续】
http://www.cnblogs.com/ordinaryk/p/6277451.html 1.单张图片上传之前前端预览 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <form> <input type="file" name="mingzi" id="pic"/> <input id="tijiao" type="button" value="提交"> </form> <div id="tu" style=" width:200px; height:300px; background-color:#0FF; background-image:url(y1.png)"></div> <body> <script> var y = document.getElementById("pic"