Re: [PHP] user rights for an upload

2001-02-13 Thread Ankur Verma
nt: Tuesday, February 13, 2001 3:10 PM Subject: [PHP] user rights for an upload > Hi, > On a linux system, I have an directory owned by the user X. How can I > force an upload in that directory if my "apache user" is "nobody". I > tried with PHP_AUTH_USER bu

[PHP] user rights for an upload

2001-02-13 Thread Bogdan Morar
Hi, On a linux system, I have an directory owned by the user X. How can I force an upload in that directory if my "apache user" is "nobody". I tried with PHP_AUTH_USER but doesn't work. I tried all the examples from php doc, all the "explorers" from zend.com, baut i don't find a good solution. I