I'm looking for any ideas on how to incorporate FileReference method like Upload into a Cairngorm architecture.
Specifically, I would think to fire an event with the File in it, and that's fine. But how would one then be able to listen for e.g. Progress Events?
One thing I thought is to have the delegate fire off progress events that are listened for in the View.
Any ideas would be greatly appreciated!