Wednesday, 15 February 2012

Upload to a document library

I was stuck for hours at uploading files to a document library because i missed out the 'Lists' word in Url="Lists/myControls"!



<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<ListInstance Title="myControls"
OnQuickLaunch="TRUE"
TemplateType="101"
FeatureId="00bfea71-e717-4e80-aa17-d0c71b360101"
Url="Lists/myControls"
Description="">
</ListInstance>
<Module Name="myControls" Url="Lists/myControls" >
<File Path="myControls\Text1.txt" Url="Text1.txt" Type="GhostableInLibrary" />
<File Path="myControls\Text2.txt" Url="Text2.txt" Type="GhostableInLibrary" />
</Module>
</Elements>


No comments:

Post a Comment