I have created a php page that parses through directories and creates links to those files automatically.
The problem I am having is that when we click on the link, the file downloads/opens, the user makes changes, and then clicks save. But it is opening as read only, even though they have full permissions to the file being opened. Is there anyway to properly link to a network file in php that allows read/write access.
The url address that comes out of my code ends up looking like this
http://intranet:84/Departments/Secretarial/Resident-Shadowing%20Programs/2012%20Activity%20Log.xls
Thanks.
Drew