How to retrieve files from folder of a document library using web service?
-
2012년 6월 28일 목요일 오후 1:16
Hi All,
I am using sharepoint 2007 platform.
I have created some folders in a document library. then uploaded some files into these folders.
so I have a problem, How to retrieve files from folder of a document library using web service?
could you give some advice please?
Thank you very much!
모든 응답
-
2012년 6월 28일 목요일 오후 1:28
You should be able to use the Copy Web service to download the file. Here's a blog with some sample code. I think if you give it the full url of the file, including folder, it should work.
http://tipsforsharepoint.blogspot.com/2009/02/download-file-using-sharepoint-copy-web.htmlPaul Stork SharePoint Server
MVP Senior Solutions Architect: BlueChip Consulting Group
Blog: http://dontpapanic.com/blog
Twitter: Follow @pstork
Please remember to mark your question as "answered" if this solves your problem. -
2012년 6월 28일 목요일 오후 1:38
Thank you, Paul.
Can automatically retrieve files in folder, then download them? Because I can't expect what are the files in folder.

