|
 |
javascript thread: Text File creation
Message #1 by Atul Jamdade <atul.jamdade@b...> on Mon, 25 Feb 2002 20:32:17 +0530
|
|
As JavaScript is a tightly controlled client-side scripting language, you do
not have any access to the file system of the client computer using it.
If I was to attempt this project I'd say the way to go would be to have a
number of criteria that were passed back to an ASP page that actually
created the text file on the server and the client was redirected to a page
with a link to the newly created file so that they could download it onto
their machine.
Russell
-----Original Message-----
From: Atul Jamdade [mailto:atul.jamdade@b...]
Sent: 25 February 2002 15:02
To: javascript
Subject: [javascript] Text File creation
can any one help me?
I want to create text file at client side.The text file will be created in
a particular directory on the client side, on the basis of data selected
by the user.
Atul
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.325 / Virus Database: 182 - Release Date: 19/02/2002
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.325 / Virus Database: 182 - Release Date: 19/02/2002
|
|
 |