Re: Re: Re: [PHP] file uploads problem

2002-09-24 Thread Jaski
Thanks Edwin .. this one was Bang On. It was exactly what you said .. and now it works .. thanks a lot. Jaski On Tue, 24 Sep 2002 @ Edwin wrote : >Jaski, > >On Tuesday, September 24, 2002 5:07 PM >Jaski wrote: > > No Edwin .. I can't do any thing to that file .. not even from >my > > ftp clien

Re: Re: [PHP] file uploads problem

2002-09-24 Thread @ Edwin
Oops, what I wanted to post was http://www.php.net/manual/en/function.chmod.php and not http://www.php.net/manual/en/function.chown.php - E On Tuesday, September 24, 2002 6:00 PM @ Edwin wrote: > Jaski, > > On Tuesday, September 24, 2002 5:07 PM > Jaski wrote: > > No Edwin .. I can't do a

Re: Re: [PHP] file uploads problem

2002-09-24 Thread @ Edwin
Jaski, On Tuesday, September 24, 2002 5:07 PM Jaski wrote: > No Edwin .. I can't do any thing to that file .. not even from my > ftp client .. can't download can't change permissions .. > I think you won't be able to do anything with the file IF you use your ftp client. The reason is because *you

Re: Re: [PHP] file uploads problem

2002-09-24 Thread Jaski
No Edwin .. I can't do any thing to that file .. not even from my ftp client .. can't download can't change permissions .. The server is managed by rackspace .. I doubt they would do some thing like running apache as root which I "hear" is a v foolish thing to do (frankly I don't know how to

Re: Re: [PHP] file uploads problem

2002-09-23 Thread Jaski
Thanks .. but I think you are saying exactly what I wrote I was doing .. except that you have used exec("cp $file $path") while I tried PHP's copy() function .. I don't think that will make a difference...though will give that a try any way. Forgot to mention in my previous mail that the dire