Re: [nyphp-talk] File create ownership

2007-11-04 Thread Christopher R. Merlo
On 11/3/07, Urb LeJeune <[EMAIL PROTECTED]> wrote: Is the ownership of a created file a configurable option? I've never seen this option. What I do when I need my user to own the uploaded files, is I have all the files uploaded directly into my database, and then later (via cron, whateve

[nyphp-talk] File create ownership

2007-11-03 Thread Urb LeJeune
I apologize if this was already posted. I didn't see it come through the list and there were no answers which is unusual :-) I have a multipart form for uploading graphics and documents. It works fine. However, the ownership of the uploaded file - on a Linux box - is set to apache

Re: [nyphp-talk] File create ownership

2007-11-02 Thread Dan Cech
Urb LeJeune wrote: > I have a multipart form for uploading graphics and documents. > It works fine. However, the ownership of the uploaded file - on a Linux > box - is set to apache:apache. I need the ownership to be > user-name:apache. An executing script, not running as root, cannot > change

[nyphp-talk] File create ownership

2007-11-02 Thread Urb LeJeune
I have a multipart form for uploading graphics and documents. It works fine. However, the ownership of the uploaded file - on a Linux box - is set to apache:apache. I need the ownership to be user-name:apache. An executing script, not running as root, cannot change the ownership.