Software Development Network>> SharePoint Products>> document library upload event
You should be able to trap the "Insert" event on a document library and have a copy saved into a network share.
check this class
http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.spitemeventreceiver_members.aspx
here is a sample I found in one of the blogs
http://blah.winsmarts.com/Post.aspx postID=68
document library upload event
Bachi
You should be able to trap the "Insert" event on a document library and have a copy saved into a network share.
buster2001
JonathanB_Il
check this class
http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.spitemeventreceiver_members.aspx
here is a sample I found in one of the blogs
http://blah.winsmarts.com/Post.aspx postID=68