Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How to attach multiple files through our custom user control and save in sharepoint list attchment field
I want to do this on a button click like file upload control
Please give me code..
many thanks :)
Posted
Updated 11-Apr-12 1:00am
v2
Comments
[no name] 11-Apr-12 7:00am    
Don't be so rude and just ask for code.

1 solution

If you are uploading files then you need a FileUpload control. From there it is simply attaching the file to the SPListItem. What is it you need help with?
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900