Re: [PHP] File upload on linux

2001-01-19 Thread Brian Clark
Hello MacBane, (M == "MacBane") [EMAIL PROTECTED] writes: M> I have some file upload code but it is not woking on debian linux, M> could some one give me a hand M> $the_path is set some where else What is the value of $the_path? M> $path = "/var/www/cms/gentext/$section/$doctype/"; This

[PHP] File upload on linux

2001-01-18 Thread MacBane
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