开发者

How to store Infopath form attachments in document library?

开发者 https://www.devze.com 2023-01-19 17:25 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消