Click to See Complete Forum and Search --> : Need help in reading/Writing files in javascript


kirru66
12-28-2005, 12:56 PM
Can some please tell me how to handle files in javascript. I want to read a file and write a file. Can some please let me know....

Thanks in advance.
kk

A1ien51
12-28-2005, 01:18 PM
JavaScript does not have IO capabilites so you would need to use a server side language if you are doing the files on the server or with ActiveX with IE on the client.

The trend now is to use Java or Flash on the client to do the saving.

Eric

kirru66
12-28-2005, 01:25 PM
Thanx for the reply...

I know how to read and write the file in java. But i dont know how to do that on client side in Active Server Pages.

Can you please tell me how to include the java class in ASP.

Thanks.
KK

felgall
12-28-2005, 03:33 PM
Try asking in the Java forum.