I'm using core Upload module with private filesystem. I have also Nodeaccess to control access by role. This works seamlessly and content permissions are being applied to attached files OK. The problem is Drupal doesn't keep filenames for downloading. Nor filename nor filetitle.
When I download with Safari I get a file named as the site, keeping only original extension (say drupal.org.pdg).
When I do so with Firefox I get a file named with a random chain plus original extension plus (2).part (ex 0pQe0Pd7.pdf(2).part). So, to open it, I have to edit the extension to remove the (2).part
Finally, if I download with Chrome, I get a file called download with original extension (download.pdf).
What should I do to keep original filenames ?

Comments

dddave’s picture

nikemen’s picture

Status: Active » Closed (duplicate)

Though I had been searching before posting the issue, I found a solution now in http://drupal.org/node/180778. So this is duplicate. Anyhow, I think the problem should be kept in mind to correct Drupal's code as soon as possible.