Upload file to SharePoint WSS 3.0 with WebRequest PUT

前端 未结 3 1208
日久生厌
日久生厌 2021-01-14 14:00

Hey, I\'ve got this nice little piece of code, much like all the other versions of this method of upload using WSS WebServices. I\'ve got one major problem though - once I h

3条回答
  •  死守一世寂寞
    2021-01-14 14:27

    Have you tried using a capital T? SharePoint's webdav header processing is not very likely to be case-sensitive, but the protocol does specify a capital T. Oh, and what is the response? A 412 error code or something altogether different?

提交回复
热议问题