开发者

Create folder in client system

开发者 https://www.devze.com 2022-12-21 19:09 出处:网络
My application is hosted on IIS 7.0. There is a scenario where end user save the image (from my application) into his/her machine. Now my question is can we make a default folder in end user machine s

My application is hosted on IIS 7.0. There is a scenario where end user save the image (from my application) into his/her machine. Now my question is can we make a default folder in end user machine so that every time when user save the image , it will automatically save on the default folder location that we have created from our application开发者_StackOverflow中文版. And please let me know how to create the folder in client system.

Please suggest me. Thanks in advance


No, this is impossible.

(At least under standard security conditions. If you limit your users to, for example, Internet Explorer on systems with your custom written signed ActiveX control, then it might become possible)

0

精彩评论

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