开发者

store image in a folder form a list in silverlight

开发者 https://www.devze.com 2023-02-26 10:42 出处:网络
I want to store a image in to a folder which I have selected from a list in silve开发者_StackOverflow中文版rlightIn Silverlight you have only limited access to the file system for security reason.

I want to store a image in to a folder which I have selected from a list in silve开发者_StackOverflow中文版rlight


In Silverlight you have only limited access to the file system for security reason. So everything what you want to save would end up in IsolatedStorage...

Check out this Quickstart Video and let me know if it helps

http://www.silverlight.net/learn/quickstarts/isolatedstorage/


In Silverlight, You have limited access to the client file system. If you are running Out Of Browser application with elevated permission, you can access User folders (My documents in windows).

But you can try some workarounds like using JavaScript u can try to download file. For reference Download a picture OnClick

0

精彩评论

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