Jump to content

PHP Read Desktop File?


n3mesis125

Recommended Posts

Hey Folks,

 

Is there a way I can somehow in PHP run a script or read a file that is on a users desktop? The reason I ask is because we've built a webapp with php for our work to track our employees work they do for accounts, completed work, etc. However, Cookies and Sessions isn't working the way we want for us and instead we want to store a .dat file on their pc when they login that stores all of their info about them as it will never disappear unless deleted. This part was easy to setup, the hard part now is to grab that file into php and read the contents to setup variables.

 

Is there some way I can read a file that isn't on the webserver but on the users PC or use some sort of shell exec in php to run a program that would do this?

 

Thanks,

n3m.

Link to comment
https://forums.phpfreaks.com/topic/129257-php-read-desktop-file/
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.