Has anyone had any success downloading WebEx Recordings?
I've managed to connect and get a multipart/related response using downloadNBRStorageFile, but not having much success extracting that into the separate files.
Is there an easier/better way to do this, or do I have to read the boundary from the header and manually extract the separate parts?
Looking at achieving this with PowerShell / .Net.
Any advice greatly appreciated.
Thanks.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
you'll need to recombine the multi-part back into the original file, see RFC1341(MIME) : 7 The Multipart content type
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
darrenparkinson Any success in this? I tried the same using PHP. No success in creating a .arf file using the response. I need your help in this if you did solve this. Thanks.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi,
I am able to parse the response of downloadNBRStorageFile in PHP using the package GitHub - Riverline/multipart-parser: A one class lib to parse multipart document ( multipart email, multipart form, etc …
Finally, a solution in the PHP to parse the SOAP multipart response works for me.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.