I have a Silverlight application and I need a way to find out the physical path for a selected file.
Note: I know about security restrictions that obtaining the path is prohibited in client.
I have in mind a solution but I am not sure it works: silverlight app is running in a page together with an ActiveX component that is allowed to do restricted operations. The Silverlight app asks the ActiveX component to do the privileged operations and returns back the path.
Is that a valid scenario or there is a simpler way?