如何播放我在HTML5中上传的视频?

时间:2017-02-06 07:30:13

标签: html5

所以,我希望能够播放我刚刚通过输入标签上传的视频。代码可能看起来不像这样,但这是基本的想法:



<input type = "file" id = "uploadedFile">
<video width="320" height="240" controls>
  <source src="uploadedFile" type="video/mp4">
</video> 
&#13;
&#13;
&#13;

非常感谢帮助!
谢谢!

0 个答案:

没有答案