Uploading files to Sharepoint (WSS 3.0) document library using HTTP PUT

后端 未结 6 747
甜味超标
甜味超标 2020-12-08 17:56

Hi I have the following piece of code to upload a file to Sharepoint. It uses HTTP PUT:

public static string UploadFile(string destUrl, string sourcePath)
           


        
6条回答
  •  醉酒成梦
    2020-12-08 18:30

    No clue. But why dont you use Remote Procedure Calls (RPC) thats how i usually do it.

    I found this example that might get you started http://geek.hubkey.com/2007/11/upload-file-to-sharepoint-document.html

提交回复
热议问题