Skip to content

Instantly share code, notes, and snippets.

View krishnahimself's full-sized avatar
🏠
Working from home

Krishna Bhandari krishnahimself

🏠
Working from home
View GitHub Profile
@krishnahimself
krishnahimself / html5-video-play-file-blob.html
Last active May 22, 2021 18:14 — 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()" >