Quote:
Originally Posted by Matriosh
Hello. I've got the same problem here. It persists because server is sending "Content-length" header with the real attachment size (not the watermarked one). I've tried to modify the product's plugin to fix this, but nothing happens, becase this header is sended before the hook called.
So, I just commented the "Content-length" header string in attachment.php:
Code:
header('Content-Length: ' . (($lastbyte + 1) - $startbyte));
And now it's works, but I think author should fix this problem in his product. Thx. = )
|
This mod is not supported and last update was about 19 months ago. I wouldn't look for an update, but your post is valuable to others with the same problem.