views:

33

answers:

1

Hi Everyone,

Is there a way to read and write files on a client's computer using a web based application? Basically I need to create a internal app that will take two input CSV files and convert it into an output CSV file that is written to the same location as the input files on the client's computers.

Since this is an internal app, I don't have to worry about security. I can easily write a C# app for this but I want to create a ASP.NET app (or any other format). I even looked into creating a HTA application.

Can anyone point me on the right direction to achieve this?

Thanks.

A: 

If you want to do it on the client, you will have to write an ActiveX control. You might be able to use Flash or Silverlight, if their security model allows it (I'm not sure).

jeffamaphone
That's what I'm trying to figure out right now. Rather than having to try a few solutions and hitting a brick wall, I was hoping someone could point me in the right direction. I'll look into Silverlight. Thanks.
James Ramos