RabPHP Posted April 16, 2009 Share Posted April 16, 2009 I have a web application which integrates with a locally installed application. For this integration to work I need to write a file to a specific directory on the computer that is viewing the website. I know there are security issues with this however I can lock it down to only allow 1 site to access this directory through typical windows applications. I am looking for ideas on how to do this as I have tried changing permissions, creating shares and so far nothing has worked. I have even tried installing IIS on the local PC and accessing the file through http://localhost however that returns: Warning: fopen(http://localhost/test.xml) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections Any advise appreciated. Link to comment https://forums.phpfreaks.com/topic/154402-local-file-access/ Share on other sites More sharing options...
The Little Guy Posted April 16, 2009 Share Posted April 16, 2009 Can we see some code? Link to comment https://forums.phpfreaks.com/topic/154402-local-file-access/#findComment-811857 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.