Quote:
Originally Posted by maidos
great
beside on 5.0.5 it acutally worked with a download manager called "free download manager"
www.freedownloadmanager.org/
i can confirm that it does work with 5.0.5 since all of my user seem to get it to work aswell
|
Like I said: the only change to the actual download code we made between 5.0.5 and 5.0.6 is a small change to a header. Pausing downloads etc. requires other headers and HTTP requests, but we don't have such code at the moment in DownloadsII, so normally this change doesn't matter (we only included it as someone had some corruption problems with IE and this change fixed it, I don't know why, it only happened on his server).
To undo it:
Open downloads.php
Find
PHP Code:
header("Content-Type: $ctype; name=\"".basename($filename)."\";");
Replace with
PHP Code:
header("Content-Type: $ctype");
I don't know how this could affect the special pausing/resuming etc. features of a download manager.