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

3
uploaded.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
echo file_get_contents($_FILES["encDoc"]["tmp_name"]);
?>