hi everyone !
someone know a way to write in a Localhost file ?
i try write in webserver , but dont happens nothing when i call " writestring " , just happens something if i call " ExportFile " , how can i write in this localhost file without export ?
Have a way to write in Local Server File ?
-
- Posts: 120
- Joined: Tue Jun 14, 2016 7:17 pm
Re: Have a way to write in Local Server File ?
No you can't write to your server directly from JS code. You will have to call a script on your server (for example written in PHP or PureBasic as CGI).
-
- Posts: 120
- Joined: Tue Jun 14, 2016 7:17 pm
Re: Have a way to write in Local Server File ?
thanks by you answer Fred ^^^ 
