[SP-pm] Fazer downloads usando range request

Moises Barboza desenvolvedorperl at gmail.com
Mon May 27 07:26:47 PDT 2013


Eu já consegui fazer download de parte do arquivo:

É só fazer as mudanças :
$req->header( 'Content-Range' => 'bytes 0-2500' );
$req->header( 'Range' => "bytes= 0-2500" );

ou

$req->header( 'Range' => "bytes=25000-50000" );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/saopaulo-pm/attachments/20130527/4650ccca/attachment.html>


More information about the SaoPaulo-pm mailing list