Hi hazylife

I am late again with my reply, I hope you do not get that wrong !
Finally I had the occasion to insert your code and I can report happily
that it's all working perfectly now ! Evrything gets downloaded properly
just at the length of file as it should. Thanks a lot for your help !!

Looking at your code, the more detailed header that you defined drew my attention.
Is it the header section in which you expressively specify the length of file, that solved the issue ?
If not: what was it ?

In order to provide all relevant information, in case someone looks this up:
I had to find out, that after everything was solved, at least some windows-machines
Would react strangely when downloading the zipfile. Strangely here means
that there was no error message, yet the zipfile was shown as empty
when handled by the operating systems (windows 8) functions.
Accessing the files with Winzip showed the files were not empty at all
but winzip issued a warning message regarding the paths given in the
Zipfile, starting with two leading dots. So I removed the paths from the
Zipfile and everything is ok since then.

Once again : thanks a lot

Cheers


In reply to Re^9: CRC Error on ZIP Files by SearchigPerl
in thread CRC Error on ZIP Files by SearchigPerl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.