Click here to Skip to main content
15,895,011 members
Articles / Programming Languages / Visual Basic

Uploading files to the SharePoint Document Library and updating any metadata columns

Rate me:
Please Sign up or sign in to vote.
4.41/5 (17 votes)
10 Jun 2008CPOL4 min read 649.3K   2.5K   68  
How to upload files to the SharePoint Document Library and update any metadata columns.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\FS\", "..\..\WebSites\FS\", "{CB968632-0BB8-4C1E-9E41-D8635D6924FE}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/FS"
		Debug.AspNetCompiler.PhysicalPath = "..\..\WebSites\FS\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\FS\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/FS"
		Release.AspNetCompiler.PhysicalPath = "..\..\WebSites\FS\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\FS\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "3493"
		DefaultWebSiteLanguage = "Visual Basic"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{CB968632-0BB8-4C1E-9E41-D8635D6924FE}.Debug|.NET.ActiveCfg = Debug|.NET
		{CB968632-0BB8-4C1E-9E41-D8635D6924FE}.Debug|.NET.Build.0 = Debug|.NET
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Pakistan Pakistan
An IT graduate with 3 years experience in the area of software development, Database designing and administration, SharePoint/MOSS 2003/2007 development using its standard web services and Object Model and Network Programming. Currently working as Regional Database Manager with Nokia Siemens Networks (Telenor Project)Pakistan.

Comments and Discussions