I have some file upload code but it is not woking on debian linux, could
some one give me a hand

here is the part of the code that is broken
the path is below

$the_path is set some where else

$path = "/var/www/cms/gentext/$section/$doctype/";

 if (!@copy($the_file, $the_path."\".$the_file_name))

 {
           // print("<b>Something barfed, check u r path
$the_path$the_file_name");
        }

}





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to