I created a new InfoPath 2010 document with an attachment control. Once the desired document has been selected for attachment, I get the following error :
The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.
Troubleshoot issues with Microsoft SharePoint Foundation.
Correlation ID: e9ef0ec5-f1fd-4091-9800-4ef67dc972d3
Looking in the log file, I find:
Incrementing temporary SQM bucket DATAID_IPFSFILEATTACHMENTSIZE0_100KBe9ef0ec5-f1fd-4091-9800-4ef67dc972d3 ************** Not really sure of what this means and I couldn't find much information on this error browsing the net. However I did find a document that says I should
- Go to the layouts folder under the 14 hive
- Before making any change, do a backup of the page FormServer.aspx
- Open the FormServer.aspx page and location the body tag with the Id PageBody: <body runat=”server” id=”PageBody”>
- Right after this line, insert the following line of code:
<SharePoint:FormDigest runat=”server”/>
- Save file and close
but this didn't work for me. Any ideas.