Have a way to write in Local Server File ?

Just starting out? Need help? Post your questions and find answers here.
skinkairewalker
Posts: 120
Joined: Tue Jun 14, 2016 7:17 pm

Have a way to write in Local Server File ?

Post 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 ?
Fred
Site Admin
Posts: 1821
Joined: Mon Feb 24, 2014 10:51 am

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

Post 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).
skinkairewalker
Posts: 120
Joined: Tue Jun 14, 2016 7:17 pm

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

Post by skinkairewalker »

thanks by you answer Fred ^^^ :D
Post Reply