How can I extract multiple attachments from an single xml file? - InfoPath Dev Sign in | Join | Help in InfoPath 2010 InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » InfoPath 2010 » How can I extract multiple attachments from an single xml file? Use our Google Custom Search for best site search results. How can I extract multiple attachments from an single xml file? Last post 11-27-2017 07:56 AM by Hilary Stoupa. 1 replies. Page 1 of 1 (2 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 11-20-2017 02:49 AM Praveen Manne Joined on 03-22-2016 Posts 32 How can I extract multiple attachments from an single xml file? Reply Contact I would like to extract multiple attachments from an single xml file. How can I achieve using c# code ? Praveen Manne Filed under: infopath 2010, C#, Infopath, Infopath 2010 Attachments, InfoPath 2010 Attachments PDF, infopath 2010 document sets, 2010, infopath 2010 form 11-27-2017 07:56 AM In reply to Hilary Stoupa Joined on 06-20-2008 Posts 13,143 Re: How can I extract multiple attachments from an single xml file? Mark as Not AnswerMark as Answer... Reply Contact You would do this the same way whether you have one or many attachments. You should be able to find sample code - a lot depends on where you plan to store these. https://support.microsoft.com/en-us/help/2517906/how-to-encode-and-to-decode-a-file-attachment-programmatically-by-usin has a code sample. qRules also can do this for you, if you don't want to write code - it saves attachments out to a SharePoint library. Hilary Stoupa Page 1 of 1 (2 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
You would do this the same way whether you have one or many attachments. You should be able to find sample code - a lot depends on where you plan to store these. https://support.microsoft.com/en-us/help/2517906/how-to-encode-and-to-decode-a-file-attachment-programmatically-by-usin has a code sample. qRules also can do this for you, if you don't want to write code - it saves attachments out to a SharePoint library.