How to store Infopath form attachments in document library?
In Infopath form the attachments gets embeded within the f开发者_如何学Pythonile as bas64 string and in my case i may have multiple attachments (up to 6-7 attachments). Keeping attachments as part of the Infopath form itself will make my form size huge as well wont allow me to add some business rules on individual attachments.
Is there a way i can store these attachments in a separate document librarya and then should have a refrence as well in doc library to identify that to which infopath form the attachment belongs ?
Thanks, Nikhil.
Check out the answer to number 5 of this post for examples of how to do this.
精彩评论