chiro-canto/public/test/file.php

14 lines
273 B
PHP
Raw Normal View History

2021-03-29 12:05:53 +02:00
<!DOCTYPE html>
<html>
<body>
<form action="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>