[PHP] Re: Uploading a file to server behind a firewall

2004-02-26 Thread Andre Cerqueira
-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

[PHP] Re: uploading a file via php - i need some simple code

2002-07-03 Thread Richard Lynch
>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

[PHP] Re: uploading a file via php - i need some simple code

2002-07-03 Thread Philip Hallstrom
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

[PHP] Re: uploading a file - here is the error message...

2002-07-01 Thread Richard Lynch
>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

[PHP] RE: Uploading a file

2002-01-25 Thread Mikusch, Rita
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