I'm trying to add a custom mimetype, and upload to Amazon s3. ("Normal" filetypes and Amazon uploads are working great, otherwise.)
The type is an ActivInspire .flipchart file, and they specify the mimetype on their support site:
AddType application/Inspire flp
AddType application/Inspire flipchart
So in the uploader I've tried: application\/Inspire, along with various permutations of those bits. Whatever I do, I get "You cannot upload that type of file."
I finally fell back on the wide-open ^application\/.* which let me upload, but then they download as .bin files.
For kicks, I added the "AddTypes" to my root .htaccess and the .htaccess in my forum root, but no difference.
Am I barking up the wrong tree? Do I need to configure something at Amazon to recognize .flipchart files?