Skip to content

Instantly share code, notes, and snippets.

View sdmg15's full-sized avatar
👨‍💻
C++ ❤️

Sonkeng sdmg15

👨‍💻
C++ ❤️
View GitHub Profile
@sdmg15
sdmg15 / boot.html
Last active May 22, 2016 13:07
A simple way to upload file combining JavaScript and PHP
<!doctype html>
<html>
<head>
<title> Upload-file</title>
<meta charset="utf-8">
</head>
<body>
<form id="uploadForm" enctype="multipart/form-data" action="script.php" target="uploadFrame" method="post">
<label for="uploadFile">Image :</label>
<input id="uploadFile" name="uploadFile" type="file" />