-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Using none standard file extensions e.g. '*.bam' #1841
Comments
code please |
I have managed to isolate that this is only a problem for files that don't need to be chunked. e.g. Just the standard S3 example + php server with this as the in html config:
And minimal cors
|
I honestly can't remember why we send this policy condition. May be best to just turn it off? I can't remember the logic offhand. |
@rnicholus is this a configurable option or some code to comment out? |
probably a code change - haven't looked yet |
#1846 fixes this in my limited testing by setting a default content-type ("application/octet-stream") if the browser can't figure out a specific content-type. (I work with Keiran.) |
As @davebiffuk has identified this to be a bug in ceph and tracking the problem in #1846 I'll close this |
Type of issue
Uploader type
Support Request
Fine Uploader version
5.14.2
Question
We are attempting to use the tool to upload bioinformatics file types such as .bam and the submission fails indicating:
I understand that is due to an inability to identify the mime-type, but can't see where I can setup a mapping for
.bam
.The text was updated successfully, but these errors were encountered: