On Jun 1, 5:17 pm, guillaume
<guillaume.mont...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> 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...
>
Are you trying to set the name that the browser saves the file as? If
so then you need to set a Content-Disposition header ( see
http://www.ietf.org/rfc/rfc2183.txt )
Fred
> Anyone has a clue ?
>
> Thanks,
> regards.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.