Page 1 of 1

Have a way to write in Local Server File ?

Posted: Wed Jul 13, 2016 4:47 pm
by skinkairewalker
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 ?

Re: Have a way to write in Local Server File ?

Posted: Tue Jul 19, 2016 8:57 am
by Fred
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).

Re: Have a way to write in Local Server File ?

Posted: Wed Jul 20, 2016 6:51 pm
by skinkairewalker
thanks by you answer Fred ^^^ :D