-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
i dont know if that can be fixed using php, it looks like a firewall
setup problem?
which port is apache running?
i got confused with your ponctuation and explanations, maybe some
rephrasing and more details, like error message, could help
Rick La
>I am having the worst trouble trying to write a tiny simple script that
>will upload a file. Below is my code - can anyone tell me why it's not
>working
>
>HTML
>
>enctype="multipart/form-data">
>
>
>
>
>
>PHP (upload.php)
>
>$filename = "/test.txt";
>if (!move_uploaded_file($userf
Read http://www.php.net/manual/en/features.file-upload.php
On Wed, 3 Jul 2002, Phil Schwarzmann wrote:
> I am having the worst trouble trying to write a tiny simple script that
> will upload a file. Below is my code - can anyone tell me why it's not
> working
>
> HTML
>
> enctype="multipar
>Here is the error I'm receiving when attempting to upload a file
>
>Warning: Unable to create 'temp/test.txt': Permission denied in
>/home/.../www/website/upload3.php on line 11
>
>
>..could it be that my web host isn't giving me permissions to upload
>files ?
>
Yes. Or at least not where
Sorry if this is obvious but . . . have you checked whether your server is
running in "safe mode"? I had the same problem and finally realized that it
would NEVER work cause the webserver was running in safe mode. (Disclaimer
here -- I'm no sysadmin and don't know if Linux even has a safemode!)
I
5 matches
Mail list logo