开发者

IE reading/writing on client end

开发者 https://www.devze.com 2023-01-11 11:36 出处:网络
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

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.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消