|
Posted by John Nichel on 04/11/05 21:55
Ahmed Abdel-Aliem wrote:
<snip>
> $dest = $dest_dir . '/' .$this->File['name'];
> $r = move_uploaded_file($this->File['tmp_name'], $dest);
> $this->File_Name = $this->File['name'];
> chmod("files/".$this->File_Name, 777);
I haven't messed with PHP/Apache on Windows in a long time but two
things stick out to me that _may_ be a part of your issue.
a) Can you even chmod on Windows?
b) Paths in the MS world are with the backslash (\) and not the forward
slash (/)
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@kegworks.com
Navigation:
[Reply to this message]
|