I would like to upload a file from client to server using Front End in SilverLight.
My problem is that the file is NOT in isolated storage (that would be easy!).
The application in a few words requires downloading images from a user computer, similar to the downloaded FaceBook file (Java version).
Is there a way to grant permission from the user or a trick that I may not know to upload files?
Thanks. * I do not want to use the Open File Dialog.
source
share