Skip to main content
February 12, 2008
Question

read server side file from clent side

  • February 12, 2008
  • 1 reply
  • 303 views
Hello all,
i m using Influxis server.I have used these lines of code to create text file at server side:->
var myFile = new File("log_file.txt");
if(myFile.exists) myFile.open("text", "append");
else myFile.open("text", "create");
myFile.writeln("Hello world!");
above code is working fine but i want to download this "log_file.txt" file at client side.How can i do this?
Plese help me on this issue
    This topic has been closed for replies.

    1 reply

    February 12, 2008
    Hi sapna30.

    If you can get in contact with me, I can help you get set up with a way to give your clients access to your log files. My contact information is:

    Robert Parker
    Influxis
    robert@influxis.com
    (661)775-3936 x219

    I hope to hear from you soon.