码迷,mamicode.com
首页 > Web开发 > 详细

图片通过转base64上传

时间:2018-02-07 19:54:47      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:his   post   files   gpo   onload   div   this   details   ast   

  var file = files[0];  
       var reader = new FileReader();  
       reader.onload = function()  
       {  
           document.getElementById("filecontent").innerHTML = this.result;  
       };  
       reader.readAsText(file);

 

http://blog.csdn.net/oscar999/article/details/37499743

图片通过转base64上传

标签:his   post   files   gpo   onload   div   this   details   ast   

原文地址:https://www.cnblogs.com/wangyuyanhello/p/8427492.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!