Re: spreadsheets are opened read only

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux