I am creating a visual web part to allow users to submit a form which would allow them to upload a document into a sharepoint list. My issue is uploading that document into the list. I am using the asp fileupload control and a "submit" button on click event to get that started. After that I am a bit lost
What would be the back end code to upload the file into my list?