Skip to content

Instantly share code, notes, and snippets.

@an3park
an3park / index.html
Last active May 26, 2019 16:57
File upload by chunk (JS + PHP)
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>upload</title>
</head>
<body>
<input type="file" id="f">
<input type="button" value="btn" id="btn">
<div id="t"></div>