If you are trying to open a file that has a URL instead of a local path,
then it will always be opened as read-only, and there is no way to
change this. If you are opening it using a local path (samba, nfs, fish,
etc) then I would check to see the file permissions. As the file is
being written by Apache from a form upload, the file will have Apache
permissions. Either exec out to a shell script and change the owner
(chown) of the file, or have Apache modify the persions with the
built-in PHP command chmod.


Ash
www.ashleysheridan.co.uk



Well what is bothering me is that the rights are identical to all dirs from the document root to all containing folders and I doubled checked that. Plus the rights are also the same.

grrrrrr!!

I think I may reconsider to change my career and start training elephants in a zoo or something.

--
Thodoris

Reply via email to