I have a php form that allows user to write or read files to another computer on the same network,
So my .php is running on "Comp1" and when the user preses the button i take the data of the form and i wite it to a file on "Comp2" when i do that i get Permission Denied error. saying that i dont' have permission to Comp2/foldername/filename.
Is it possible to do this? and how can i make it secure?
I do authenticate my users before they fill in the forms...
I am using php.exe on IIS...