The code below is what i am using:
<?
//Code that uploads file to a directory
if ($btnSubmit){
$UploadDirectory = "../file_uploads/".$UploadFile_name;
copy($UploadFile, $UploadDirectory);
}
?>
The text below is the error message i get
Warning: Unable to create '../file_uploads/me_grass.jpg': No such file or directory in /homepages/9/d35497793/htdocs/adviser/admin/uploads/uploading_data.php on line 6