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
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
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
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.