DWG Mime Type

Hi guys is there any chance to add dwg files into FileUpload because I don't think so it has by default this mime type. Please any solutions???
Solution:
GitHub
Support extensions in acceptedFileTypes · Issue #13 · pqina/filepon...
The acceptedFileTypes option is comparable to the DOM accept attribute (it is even populated from the attribute in a progressive-enhancement configuration), so I find myself wanting to use it as a ...
Jump to solution
6 Replies
toeknee
toeknee2mo ago
Why not just add the accepted filetype as DWG
John Trickett
John Trickett2mo ago
Also DWG files tend to be large so you may need to check the limits of what Filepond can handle.
abdullafahem
abdullafahemOP2mo ago
I just tried but not working I know that I change it but still same issue, I think the FilePond library does not support the DWG mime type maybe
John Trickett
John Trickett2mo ago
Try this as the accepted mime type: image/vnd.dwg
Solution
John Trickett
John Trickett2mo ago
GitHub
Support extensions in acceptedFileTypes · Issue #13 · pqina/filepon...
The acceptedFileTypes option is comparable to the DOM accept attribute (it is even populated from the attribute in a progressive-enhancement configuration), so I find myself wanting to use it as a ...
abdullafahem
abdullafahemOP2mo ago
Still same issue it not shows any files when the popup from windows opened and if I choose All types and choose my file it shows this file is not supported It does work now it needs both: "image/vnd.dwg", ".dwg" otherways it will not work. Thanks!

Did you find this page helpful?