Re: [PHP] upload permission denied!

2002-01-28 Thread sundogcurt
That is where the script is that uploads the file, the file should be going to : /home/gruesome/public_html/valeriemacwilliam/includes/content/ /home/gruesome/public_html/valeriemacwilliam/pics/ or /tmp/ or where ever I have tried a ton of different folders [EMAIL PROTECTED] wrote: >On Tuesd

Re: [PHP] upload permission denied!

2002-01-28 Thread Girish Nath
om: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 3:55 AM Subject: Re: [PHP] upload permission denied! On Tuesday 29 January 2002 11:48, sundogcurt wrote: > the directory permissions are set to 777 / 0777 any user, any g

Re: [PHP] upload permission denied!

2002-01-28 Thread Jason Wong
On Tuesday 29 January 2002 11:48, sundogcurt wrote: > the directory permissions are set to 777 / 0777 any user, any group, > etc. at least that is how I understand it. if i'm wrong please correct > me, I do appreciate the help thank you. If they're set to 777 then anybody can do anything to it w

Re: [PHP] upload permission denied!

2002-01-28 Thread sundogcurt
the directory permissions are set to 777 / 0777 any user, any group, etc. at least that is how I understand it. if i'm wrong please correct me, I do appreciate the help thank you. [EMAIL PROTECTED] wrote: >On Tuesday 29 January 2002 11:10, sundogcurt wrote: > >>Like so? >> >>error message : >>

Re: [PHP] upload permission denied!

2002-01-28 Thread Jason Wong
On Tuesday 29 January 2002 11:10, sundogcurt wrote: > Like so? > > error message : > Warning: Unable to create 'sdf.jpg': Permission denied in > /home/gruesome/public_html/valeriemacwilliam/includes/content/addpic.php > on line 21 > > code : > if($myfile){ > if(copy(stripslashes($myfile), $ne

Re: [PHP] upload permission denied!

2002-01-28 Thread sundogcurt
Like so? error message : Warning: Unable to create 'sdf.jpg': Permission denied in /home/gruesome/public_html/valeriemacwilliam/includes/content/addpic.php on line 21 code : done"; }else{ print "not done"; } } ?> Add Picture new file name [EMAIL P

[PHP] upload permission denied!

2002-01-28 Thread sundogcurt
I'm not sure if this is a problem I can overcome with PHP or if I have to go directly to the Linux box to fix (I hope not). I have moved my development from a win32/apache/mysql box to a Mandrake/apache/mysqly box and have only one problem (that I know of) to overcome. When I try to upload an

Re: [PHP] Upload --Permission denied simple error...

2001-02-27 Thread Richard Lynch
CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: Dhaval Desai <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Saturday, February 24, 2001 1:31 AM Subject: [PHP] Upload --Permission denied simple error... > hi

[PHP] Upload --Permission denied simple error...

2001-02-23 Thread Dhaval Desai
hi! I have fws simple lines: Warning: Unable to create 'C:\': Permission denied in c:\phpdev2\www\upload\action.php on line 3 and I get this error..I tried coyping to D:\ too but the same error.. Can u tell me what could be the problem possibly.. Thank you Dhaval Desai __