2

I want my users to upload a document.

I know we can use doc library to upload docs. But Is there any way of providing a field to upload a file in SharePoint survey or custom list?

2 Answers 2

3

Yes, you can attach file to list item if it's not prohibited by list options. How to perform this is described here:

  1. If the list is not already open, click its name on the Quick Launch.

If the name of your list does not appear, click View All Site Content, and then click the name of your list.

  1. Point to the item, click the arrow that appears, and then click Edit Item.

  2. Click Attach File.

NOTE If you do not see the Attach File option, your list may not support attachments.

  1. In the Name box, enter the path to the file you want to attach, or click Browse to locate the file.

  2. Click OK.

TIP After the item is attached, it will appear in the Attachment section of the list item.

  1. To attach another file, repeat steps 3 through 5.
0
0

There is attachment option in sharepoint list. Here you can attach a document with the list item. May be you can use that.

4
  • Ok..I got it now.Thanks for your response. But is there any way of uploading a file in sharepoint survey or can we create any customized code to add upload button to survey column? Commented Sep 24, 2013 at 10:57
  • You can create a customized solution where you can add a html button and on click of it open "upload" form of a document library. But that will be a purely custom solution. Sorry I don't have much idea about survey lists specifically. Commented Sep 24, 2013 at 11:15
  • Ok..Can you please provide a sample solution for this? Commented Sep 24, 2013 at 11:34
  • I don't have sample code for this. But it is pretty simple. Just add an input button and on click of it open upload form. Commented Sep 25, 2013 at 4:23

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.