Re: Save file to client system
From: John (wantmeet_at_nate.com)
Date: 12/16/04
- Previous message: Evertjan.: "Re: Help, about to pull my hair out on this one"
- In reply to: Rajani: "Save file to client system"
- Next in thread: Des Perado: "Re: Save file to client system"
- Messages sorted by: [ date ] [ thread ]
Date: 16 Dec 2004 01:04:40 -0800
You have to save the file to server and then, transfer to client.
asp is can not access client system directly. ASP is Active [Server]
Script.
Rajani wrote:
> How can i save the textarea(retrieved from DB) data to client system
as a
> textfile.
> I am using filesystemobject to create a text file with the path
>
> set fso=server.createObject("scripting.filesystemobject")
> set ctext=fso.createtextfile("c:\mydata.txt",true)
> ctext.close
> set ctext=nothing
> set fso=nothing
>
> But it is storing in the server cwebserver c:\ drive)
> My users will access simultaneously in my LAN. They use these
textfiles to
> print in DOS mode. Coz it contains large and formated data and to
print
> faster.
> How can i store the generated output to the client system only
instead of
> server. B'coz the data generated is diff for each user.
>
> I have to print only in DOS mode and to be at client system.
- Previous message: Evertjan.: "Re: Help, about to pull my hair out on this one"
- In reply to: Rajani: "Save file to client system"
- Next in thread: Des Perado: "Re: Save file to client system"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|