Hi
I have written a script to upload files into a directory. It works fine on my W2000(Apache). On the real server Linux(Apache) the file can't be stored. "Rename failed (No such file or directory)"-Error trying to execute $rename_done = rename($this->uploadFile, $this->savedFile);
The variable $this->uploadFile is not set.
Has anyone a idea?
Thanks!
Alwin
Uh, you kind of said it yourself;
How do you rename a file without name to something? If $this->uploadFile is not set, you can't rename it.
Very hard to determine WHY it's not set when we don't have the code.