');
//if(!is_writable($upload_path))
// die('You cannot upload to the specified directory, please CHMOD it to 777.');
if(move_uploaded_file($_FILES['userfile']['tmp_name'],$upload_path . $filename))
$msg = $filename;
else
$msg = 'There was an error during the Logo upload. Please try again.';
echo "";
}
?>