+ 1
PHP Read Files
How can i read files from user's computer without upload ?
1 Answer
+ 3
You can't. First off, PHP is a server-side language meaning it runs on the server, it can't directly interact with the user's computer. Second, if PHP could do this it would be very dangerous, which is why it's not a thing.