0
How to read a txt file from HTML Using a php or JS code
I have an html Page with a text área and I need to read a txt file located on a other path. That txt is being changing by a other script. That why I need to read the txt with php or js and return its contents in text área...
1 Respuesta
+ 1
With fileReader in javascript you can load files from local devices to display in the page.See my profile with read local file code bits.