I have a file upload field that we have restricted to only the certain types of files we allow. However, we have recently needed to add the .dcm file type to this allowance. The MIME type I can find that seems to be connected to these files, application/dicom, isn't allowing for file browsing to pick up this file type.
Has anyone had any luck in adding this particular file type to their file uploads?
edit: Attempts such as *.dcm, image/dcm, image/x-dicom, and any similar MIME types did not prove to allow this particular file extension, either.