X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Server%2FwebApp%2Fprova.php;fp=Server%2FwebApp%2Fprova.php;h=0000000000000000000000000000000000000000;hb=edfa62efb21b128dce6de134a3fb0d85f77bd2b8;hp=628433358f681c1345613d138700367326f42299;hpb=a02dc65816998ec35975339dbad1627c2e5fb444;p=logicplayer.git diff --git a/Server/webApp/prova.php b/Server/webApp/prova.php deleted file mode 100755 index 6284333..0000000 --- a/Server/webApp/prova.php +++ /dev/null @@ -1,39 +0,0 @@ - 500000) { - echo "Sorry, your file is too large."; - $uploadOk = 0; - } - // Check if $uploadOk is set to 0 by an error - if ($uploadOk == 0) { - echo "Sorry, your file was not uploaded."; - // if everything is ok, try to upload file - } else { - if (move_uploaded_file($_FILES["fileToUpload"]["tmp_name"], $target_file)) { - echo "The file ". basename( $_FILES["fileToUpload"]["name"]). " has been uploaded."; - } else { - echo "Sorry, there was an error uploading your file."; - } - } - echo exec("php-cli main.php"); -?> - - - - - -
- Select file to upload: - - -
-