Skip to content

Instantly share code, notes, and snippets.

View ReinanHS's full-sized avatar
:shipit:

Reinan Gabriel ReinanHS

:shipit:
View GitHub Profile
@ReinanHS
ReinanHS / html5-video-play-file-blob.html
Created December 24, 2017 17:20 — forked from edin-m/html5-video-play-file-blob.html
HTML video play file blob object url
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<video></video>
<br/>
<input type="file" name="file" id="fileItem" onchange="onChange()" >