I have created a new Document Library and set up custom content type with MS Word Document Template. When i click on Create new template it works fine. but i need to be able to add some logic on even of a button where it will go into that library and create a new document. so when i go into that library i will see a new document that has been created by that button event. i tried doing it as i would do a regular list item but i got the error on item.update that: To add an item to a document library, use SPFileCollection.Add() . now i did some research but everywhere i see the code for uploading a file to the document library but no where i can find how to add a new document using my template that is associated in that doc library.

please help and thanks.

link|improve this question
Can you please post the code from your button click event (The stuff that is trying to add the document) – Luke McGregor Jan 22 at 5:12
feedback

1 Answer

Example here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.