<<<<Restricted Area>>>>" . "
Sorry, you must Log In to view this Page

"); exit(); } $usrn = $_GET['usrn']; if($usrn == ""){ $usrn = $_POST['usrn']; } if($usrn == ""){ echo("

<<<<Restricted Area>>>>" . "
Problem with your username. Please Log In again.

"); exit(); } echo("Upload File to Eco-\$mart Products" . "" . "
" . "

Upload a File to Eco-\$mart Products Folder" . "

"); $uploaddir = '/hsphere/local/home/ecosmart/ecosmartinc.com/ecos/ecoproducts/'; $uploadfile = $uploaddir . $_FILES['userfile']['name']; $filename = $_FILES['userfile']['name']; $fileerror = $_FILES['userfile']['error']; if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { echo("
" . "

File successfully uploaded to
Eco-\$mart Products Folder.
" . "$filename
" . "" . "Back to Updater" . "

"); }else{ echo("
" . "

File could not be uploaded.
" . "$fileerror
" . "Return to Updater" . "

"); } echo 'Upload info:'; print_r($_POST); echo("
" . "" . "" . "
" . ""); ?>