Adding DCM file type support
-
Hello. I need to allow DCM (dicom medical image file) upload ability to Gravity Forms Advanced File Uploader. My server supports uploading .dcm files as the standard gravity forms uploader will allow me to do it. I added dcm to the list of allowed file types but it still rejected it.
I also tried updating moxie.js in the plugin files to add it in the list there. Eg:
“application/octet-stream,exe,” +
“image/dicom,dcm,image/x-dicom,dcm”;But this also didnt help. Suggestions please.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding DCM file type support’ is closed to new replies.