Thanks for the fix. Works here.. Now I do have a question of why chuck the output? and just not let the all out at once.
thanks
Jonathon
My solution till an official fix – works for me your mileage may vary
comment out lines from the process.php file
while (!feof($file)) {
if($wpdm_rest<=$wpdm_chunk) $wpdm_chunk = $wpdm_rest;
echo fread($file, $wpdm_chunk);
$wpdm_tsize += $wpdm_chunk;
$wpdm_rest = $fsize – $wpdm_tsize;
}
below the comment out lines add this statement
echo fread($file,$fsize);
Jonathon
I am not running Jet pack – But this started right after upgrading to the latest release of the plug in . ALso WP 3.5.1