PHP Read Files | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

PHP Read Files

How can i read files from user's computer without upload ?

2nd May 2018, 8:32 PM
Abderrahim Oukhrib
Abderrahim Oukhrib - avatar
1 Antwort
+ 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.
2nd May 2018, 8:39 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar