上传视频本地预览问题

var file = document.getElementById('file').files[0];

var url = URL.createObjectURL(file);

console.log(url);

document.getElementById("audio_id").src = url;

 

 

 

 

-------- 本文来自 尹立 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/yl02520/article/details/15029593?utm_source=copy 

posted @ 2018-09-26 17:48  Mr_R  阅读(209)  评论(0编辑  收藏  举报