index.php
322 Bytes
<!DOCTYPE html>
<html>
<body>
<form action="http://16jason107.dev.fgct.net/testupload/upload.php" method="post" enctype="multipart/form-data">
Select image to upload:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Upload Image" name="submit">
</form>
</body>
</html>