Subject: | Upload using wrong mime type |
So close, and yet so far away in Data::FormValidator::Constraints::Upload. I've edited the last few lines of my copy of valid_file_format to read:
## and here's the fix (why use the broken MIME type when we know correct?)
## $info = { %$info, mime_type => $uploaded_mt, extension => ".$ext" };
$info = { %$info, mime_type => $mt, extension => ".$ext" };