gjetter has asked for the wisdom of the Perl Monks concerning the following question:

I can't seem to find a Module that properly handles multipart/parallel boundary responses that are returned by my user agent. What I'm trying to do is parse out photos from a response object .

I've searched the net and read the documents for LWP::UserAgent and HTML::Response without success . Is this something I have to write my own handler for or is there a module in the LWP family that can be used to parse out the multi part photo data when they are sent in parallel fashion ?

I can write my own parsing engine if need be , but why re-invent the wheel, if one all ready exist.

thanks for any pointers or clues you can provide.
Greg
  • Comment on multipart/parallel Respons via LWP::UserAgent

Replies are listed 'Best First'.
Re: multipart/parallel Respons via LWP::UserAgent
by Anonymous Monk on Feb 17, 2012 at 04:08 UTC
Re: multipart/parallel Respons via LWP::UserAgent
by oko1 (Deacon) on Feb 17, 2012 at 05:56 UTC

    I've used MIME::Parser to extract multipart images from email, and although I didn't actually need to do multipart/parallel specifically, I recall testing several emails that had multiple images attached; all of them could be easily extracted.

    -- 
    I hate storms, but calms undermine my spirits.
     -- Bernard Moitessier, "The Long Way"