Skip to content

Instantly share code, notes, and snippets.

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

Brian Smith pasadyaguy

🏠
Working from home
View GitHub Profile
@shiawuen
shiawuen / index.html
Created December 29, 2011 15:05
Sample to upload file by chunk
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>test upload by chunk</title>
</head>
<body>
<input type="file" id="f" />
<script src="script.js"></script>