carrierwave_direct icon indicating copy to clipboard operation
carrierwave_direct copied to clipboard

Extensions whitelist are case sensitive only

Open luccasmaso opened this issue 12 years ago • 1 comments

It should be fixed to ignore case. Example: "JPG" is a valid extension.

This plugin should call the method check_whitelist from carrierwave instead of creating its own, because in carrierwave fixes it 2 years ago.

https://github.com/jnicklas/carrierwave/pull/174

luccasmaso avatar Feb 19 '13 17:02 luccasmaso

Please send me a pull request and a failing spec and i'll merge it in. Thanks :)

dwilkie avatar Feb 24 '13 04:02 dwilkie