Link to home
Start Free TrialLog in
Avatar of Phil5780
Phil5780

asked on

Silverlight ActiveX disk access

I'm building an application using Silverlight 3.  I'm seeking to allow the user to install ActiveX which enables local file system read/write.  The intent is to store static data locally, thus ensuring that when the browser cache is deleted that perfomance is maintained.  The best example of this type of ActiveX is embodied within the Google Picasa image editor.  Local access is made via browser and images are downloaded subsequently.  How do I programatically gain file access in Silverlight 3?
ASKER CERTIFIED SOLUTION
Avatar of Aaron Jabamani
Aaron Jabamani
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Phil5780
Phil5780

ASKER

I'm aware of Isolated Storage but I'm interested in persisting my cache data beyond the scope if the browser.  I want to always maintain a cache for my Silverlight to fall back upon.  If Silverlight blocks activeX interaction then that's a huge limitation.  Building an interactive browser dash requires the ability to gain system level access.