Jump to content

Local File Access


RabPHP

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.