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

2002-07-01 Thread Phil Schwarzmann

I took your advice first and tried "move_uploaded_file" and it kept
saying "It barfed" (hehe).  Then I switched to "copY" and got this new
error.
 
Thaks for your help!!


>>> [EMAIL PROTECTED] 07/01/02 01:29PM >>>
Hi Phil,

 first thing u should do is to check permission of this directory
 (CHMOD). the 2nd one, u should replace function "copy" with
 "move_uploaded_file". than is should work.

 Mirza [EMAIL PROTECTED] 


01.07.2002 19:13

> 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 ?






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

2002-07-01 Thread Mirza Muharemagic

Hi Phil,

 first thing u should do is to check permission of this directory
 (CHMOD). the 2nd one, u should replace function "copy" with
 "move_uploaded_file". than is should work.

 Mirza [EMAIL PROTECTED]


01.07.2002 19:13

> 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 ?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-07-01 Thread Kevin Stone

That's always possible.  Unless you have access to your temp directory you
will not be able to update the permissions.  At this point I would email
your host and ask them about the situation.  Good luck.
-Kevin

- Original Message -
From: "Phil Schwarzmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 01, 2002 11:13 AM
Subject: [PHP] uploading a file - here is the error message...


> 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 ?
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-07-01 Thread Lazor, Ed

The web server needs write access to where you're trying to store the files.
Check the directory permissions.  Check with your ISP to make sure there are
solutions other than making the directory world writeable.

-Original Message-
From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 01, 2002 10:13 AM
To: [EMAIL PROTECTED]
Subject: [PHP] uploading a file - here is the error message...


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 ?
 

This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message.  If you have received this message in error, please immediately
advise the sender by reply email and delete the message.  Thank you very
much.   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-07-01 Thread Phil Schwarzmann

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 ?