Fixed file uploading, other more minor fixes

This commit is contained in:
Luke Ogburn
2019-04-09 07:25:07 -04:00
parent 952948552f
commit 2fa158402e
6 changed files with 14 additions and 8 deletions

4
fileUpload.php Normal file
View File

@@ -0,0 +1,4 @@
<form method=POST action=uploaded.php enctype="multipart/form-data">
<input type=file name=encDoc>
<button type=submit>SUBMIT</button>
</form>