Re: [PHP] Change dir mode to writable for uploading..

2001-02-26 Thread Charlie Llewellin
Another neat trick is to use ftp to upload, avoiding the need to change permssions. - Original Message - From: "Dhaval Desai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 24, 2001 12:25 AM Subject: [PHP] Change dir mode to writable for uploading.. > Hi! > > I have

Re: [PHP] Change dir mode to writable for uploading..

2001-02-24 Thread Web Admin
Hi Dhaval, You said in your previous e-mail 'C:\'. Are you using a NT based server or Unix based? If your server is a unix based one, consider trying this command: chmod 777 /path/to/directory Warning, this is a bit dangerous and might be vulnerable, are you running your webserver with nobody? Any

RE: [PHP] Change dir mode to writable for uploading..

2001-02-24 Thread PHPBeginner.com
use chmod 775 dir (or 777 - but not recommended) Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Dhaval Desai [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 24, 2001 5:25