zip extraction in sharepoint server 2010 -
how upload , extract zip file in sharepoint server 2010?
a solution might use document library upload zip documents , hook event handler on intercept uploaded documents , unzip them, can decide it, can store unzipped version , drop original file .
you can see example here on how create event handler document library:
http://karinebosch.wordpress.com/walkthroughs/event-receivers-walkthrough2/
Comments
Post a Comment