I am working on a Silverlight control that will allow multi-user loading. I'm currently trying to understand the browser permission model.
Say, on a web page, a user enters a local folder (c: \ temp) in a text box. Then the user clicks the button.
Is it possible in JavaScript or Silverlight to write a collection of files (which are stored on the server) to this folder on the user's disk?
source
share