Two ways to Upload file from Client Object Model

Hi Guys, JustĀ  a quick example, Take a scenario that you are creating an Application (in our case WinForm Application). and you want to upload a document to document library from that application, there are two ways to do, One is to upload from filecreation and the other one is to directly upload with file.savebinary method.   Please don’t forget to cast your opinion below … Continue reading Two ways to Upload file from Client Object Model

Download multiple file as Zip in SharePoint 2010

Today i have come across with a question from my friend, (Syed Ahmed Osama). He was trying to create a feature which enables to download multiple files as a single zip file. After googling it for some time, i found a very nice feature http://www.deviantpoint.com/post/2010/05/08/SharePoint-2010-Download-as-Zip-File-Custom-Ribbon-Action.aspx In order to deploy it, you can use the following post http://jethroseghers.blogspot.com/2011/04/download-multiple-files-from-sharepoint.html. (For the step 4 mention in the above … Continue reading Download multiple file as Zip in SharePoint 2010