Welcome Guest, Not a member yet? Register   Sign In
file upload not working
#7

[eluser]learning_php[/eluser]
Hi,

i added to the upload view:
Code:
<?PHP
if(isset($error)){
    echo $error;
}else{
    redirect('images');
}
$data = 'Some file data';

if ( ! write_file('./wedding-site/assets/upload/', $data))
{
     echo 'Unable to write the file';
}
else
{
     echo 'File written!';
}


?>

and now it displays The upload path does not appear to be valid.
Unable to write the file


Messages In This Thread
file upload not working - by El Forum - 04-29-2009, 08:53 AM
file upload not working - by El Forum - 04-29-2009, 09:01 AM
file upload not working - by El Forum - 04-29-2009, 09:03 AM
file upload not working - by El Forum - 04-29-2009, 09:09 AM
file upload not working - by El Forum - 04-29-2009, 09:12 AM
file upload not working - by El Forum - 04-29-2009, 09:16 AM
file upload not working - by El Forum - 04-29-2009, 09:30 AM
file upload not working - by El Forum - 04-29-2009, 09:34 AM
file upload not working - by El Forum - 04-29-2009, 09:57 AM
file upload not working - by El Forum - 04-30-2009, 10:18 AM
file upload not working - by El Forum - 05-06-2009, 09:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB