Closed (fixed)
Project:
Private Download
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 May 2010 at 19:34 UTC
Updated:
3 Sep 2010 at 04:05 UTC
Hi,
Nice module and working fine. I noticed it does not send the Content Length when a file is requested so firefox is showing unknown file length. I'm not sure what to put in the header since I never worked with Content Length. I can state that if I put a Content Length with a filesize it does force it to show but that is only for one file.
Comments
Comment #1
johnhanley commentedThis is a legitimate feature request, but I'm not anticipating another release in the near future. In the meantime you could add the file size to the header via hook_file_download in a custom module. For example (untested):
Comment #2
skylord commentedCorrect piece of code:
Comment #3
johnhanley commentedI just rolled this fix into version 6.x-1.2. Thanks again for the bringing it to my attention.