D
D
doublench212016-10-09 17:15:10
PHP
doublench21, 2016-10-09 17:15:10

Downloading a file in multiple threads with resume?

How would one implement something like this? Give advice (code, example, link)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg, 2016-10-11
@denikod

If apache has mod_xsendfile installed , don't bother, use it:

header('X-SendFile: ' . realpath($file));
header("Content-Type: $ctype");
header("Content-Disposition: attachment; filename=\"".basename($file)."\";" );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question