Results 1 to 2 of 2

Thread: half pictures?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2001
    Posts
    837

    half pictures?

    ok, so i got this picture from a newsgroup that was divided among two posts...the the first post worked fine with half the picture in jpg format, but the second half comes through with text that was been formatted with returns all down the side

    my question is how am i supposed to remove all 6000 returns when i don't know if they are bits from the picture or extraneous returns?
    The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Thats probably a base64 encoded piece of data.
    So remove all the CRLF's, make it one long string, base64 decode it, and append it to the first segment.

    In theory that should work
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width