diff --git a/php/index.php b/php/index.php index ce913cb..7ebe843 100644 --- a/php/index.php +++ b/php/index.php @@ -154,6 +154,7 @@ if (count($_GET) <= 0) { if(isset($_FILES['file'])){ + die('Upload failed!'); $expensions= array("txt", "md"); $errors = ''; $file_name = $_FILES['file']['name'];