SharePoint Search on InfoPath File Attachment

T

Tracy Blevins

Is there any way to allow Share Point to search the contents of a file
attachment on a posted InfoPath form?
 
S

Scott Roberts [MSFT]

Unfortunately, SharePoint isn't set up to do this. The file attachment in
an InfoPath form is base64 encoded. You would have to write code to extract
the file and place it in a document library. Then, you might be able to
search it.
 
Top