I'm using the IZWebFileManager as a sort of read-only 'file chooser' to let the user choose a file.
As such I'm coding a custom action when they double click on a file. I've managed to do this using ClientOpenItemFunction, but I'm suprised that there's no server-side event defined for when people Open and Item.
Could you add an OnFileOpen event?