Link to home
Start Free TrialLog in
Avatar of me24hour
me24hourFlag for United States of America

asked on

programmatically upload files in sharepoint 2010

Hi,
I have 2 folders. The first folder carries 3 files and the second folder carries 4 files.
I want to upload those files into sharepoint in a way such that:
1) It creates two document libraries in SP. Each document library will have the same as the folder name.
2) Each document library will carry the files that are present in the folder.
3) There is one excel sheet at the root location which carries metadata associated with all the files.
4) code should read the metadata from the excel sheet and update that metadata information while uploading file into the sharepoint document library.

I want to use C# code to do this.
Any help is highly appreciated.

thanks
Avatar of me24hour
me24hour
Flag of United States of America image

ASKER

I am using the following link.
http://geek.hubkey.com/2007/10/upload-file-to-sharepoint-document.html

Please let me know if there are any changes i need to make in this code.
ASKER CERTIFIED SOLUTION
Avatar of danshady
danshady

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial