Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
sapna30 #1
read server side file from clent side
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
sapna30 Guest
-
Time Stamp (User Side/Server Side)
I am using the following to display time. #TimeFormat(Now(), "h")#:#TimeFormat(Now(), "mm")# #TimeFormat(Now(), "tt")# My problem is the server... -
flashcom: client side cant access server side
hi all, i hav install the flash com on the PC. It work well, on the server PC, i can access and log in to the 'chat room'.. however, if im... -
Controls with a client side onLoad function or seting a cursor server side
Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or... -
Client side and server side scripting problem
Hiya I have a problem with using some client side and server side scripting together in an ASP. I'm using VBScript. What I'm trying to achieve... -
button evet ---- server side - client side ???
I want to use button. My question is that How can use server side and client site event at the same time. That is: I want to use button : when... -
sapna30 #2
read server side file from clent side
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
sapna30 Guest
-
sapna30 #3
read server side file from clent side
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
sapna30 Guest
-
Robert at Influxis #4
Re: read server side file from clent side
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
[email]robert@influxis.com[/email]
(661)775-3936 x219
I hope to hear from you soon.
Robert at Influxis Guest



Reply With Quote

