Web-supported control is entirely different from SharePoint supporting the field as a promoted column. Sharepoint promoted field columns have limited datatype support and base64 is not one of those. You can use the field in your form... just don't promote it to a SharePoint column.

Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPathDev ( http://www.InfoPathDev.com )
Hello Greg Collins [InfoPath MVP]" gcollins_AT_msn_DOT_com,
do you know of some sample code to extract the attached files from InfoPath?
Rgds,
Joris [MVP Windows SharePoint Services]
http://jopx.blogspot.com
> Web-supported control is entirely different from SharePoint supporting
> the field as a promoted column. Sharepoint promoted field columns have
> limited datatype support and base64 is not one of those. You can use
> the field in your form... just don't promote it to a SharePoint
> column.
Greg Collins [InfoPath MVP] - 17 Aug 2006 23:02 GMT
As per the datatype, the file is stored as a base64 string. The extraction would be to select this string, then covert back to an actual file and save it.
I've seen code that does this sort of thing... you might be able to track some down. If not, the better place to ask for code to convert a base64 string back into a file would be in the C#, VB.NET or ASP.NET newsgroups.
Good luck.

Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPathDev ( http://www.InfoPathDev.com )