Large Files with ob_flush();
-
In file wp-content/plugins/wp-download-codes/includes/download.php
you need ob_flush(); in Line 119 for files larger than 50MB.while ( !feof( $handle )) { $buffer = fread( $handle, $chunksize ); echo $buffer; // gfxh ob_flush(); // EO: gfxh flush(); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Large Files with ob_flush();’ is closed to new replies.