Closed (fixed)
Project:
Comment Upload
Version:
5.x-0.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 21:00 UTC
Updated:
3 Feb 2009 at 17:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
heine commentedWhat mime types are affected? With "attachments in node open properly", do mean that *newly* uploaded files of the same type are downloaded by the browser?
Can you please try todays 5.x-1.x-dev (it may take a while for it to regenerate)? This contains a fix that may solve this issue.
Comment #2
Yurab commentedTo get the problem solved I added the following code (module comment_upload.module):
'Content-Disposition: attachment; filename='.$file->filename,
That is why I did not try to use offered patch.
Comment #3
heine commented