i want to implement a attachment functionality in a custom webpart, which functions that same way as it does in sharepoint OOB,...any suggestions?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

It's easy to make. You only need to use input html element to hold file path in user's machive.

Sorry, I can't check it now, but so I remember, it isn't necessary to name input starts with "fileupload", but you need only set attribute "type" of input to value "file".

SharePoint List Attachment Technical Brief

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.