Displaying 1 result from an estimated 1 matches for "rfc2183".
Did you mean:
  rfc2182
  
2010 Jun 01
1
Specify filename using rails Metal
Hi,
I''m using Rails Metal to serve certain files,
But i don''t know how to change the filename ...
Here is the code in Metal where i send the file :
[200, { ''Content-Type'' => file.content_type}, [file.read]]
I tried to specify ''filename''=>''test.zip''... but without success...
Anyone has a clue ?
Thanks,
regards.
--