Welcome! Log In Create A New Profile

Advanced

Re: Incorrectly getting mime-type for flv files

May 26, 2009 06:07AM
On Tue, May 26, 2009 at 10:20:27AM +0200, Fernando Perez wrote:

> > If you are refering to the mime type reported by paperclip (and inserted
> > into the db), this has nothing to do with the mime type that nginx uses.
> > Actually the mime type paperclip uses is taken from the user agent. If
> > it doesn't suit your needs use a hook in your rails model or a custom
> > paperclip processor.
> Exactly. So what to use to correctly detect the content-type of an flv
> file so that I can authorize it in paperclip? Plug mimetype_fu in?

nginx sets content-type depending on extension. If your flv have no
extensions you may set default mime-type for location:

locaiton /flvs/ {
default_type video/x-flv;
...
}


--
Igor Sysoev
http://sysoev.ru/en/
Subject Author Posted

Incorrectly getting mime-type for flv files

Fernando Perez May 26, 2009 03:32AM

Re: Incorrectly getting mime-type for flv files

Jean-Philippe Moal May 26, 2009 03:44AM

Re: Incorrectly getting mime-type for flv files

Fernando Perez May 26, 2009 04:20AM

Re: Incorrectly getting mime-type for flv files

Igor Sysoev May 26, 2009 06:07AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 294
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready