We have a working WPF app that we are looking into running in the browser via Silverlight. The big question mark right now is; what kind of file access will we have (without jumping thought to many hoops)?
- Can we open server-side files?
- Can we open client-side files?
- Can we get change notification on files (client or server side)?
- Can we do the normal open/seek/write/append operations?
(Good link welcome as answeres)
- This looks relevant for the client side stuff, as with the follow up/correction
- Haven't found anything about loading file from the server.