1 Jul
2013
1 Jul
'13
5:18 p.m.
On 13-06-30 02:51 AM, Mr. Puneet Kishor wrote:
but I need to set the correct mime type for the video. How do I do that with Dancer?
if you use 'send_file', Dancer will try to guess a decent miem type based on the file's extension. If not, you can manipulate the content type via 'response->content_type( 'some/type' )' Joy, `/anick