Is there any way that I can get access to a file before a check-in is completed? I want to be able to use VAF to create a hash of the file which is being uploaded.
I have been trying to build a handler on the "MFEventHandlerBeforeCheckInChangesFinalize" event, but I can't access the file data as the file has not yet been committed at this step. I haven't been able to identify anything in the event handler properties that give me access to the file itself, even though this step should be after the file has been uploaded to the server.
Any assistance on how I can get a stream of the file data during the upload process so that I can set a property before committing the file would be greatly appreciated!
Cheers,
Matt