#DWG Mime Type
10 messages · Page 1 of 1 (latest)
Why not just add the accepted filetype as DWG
Also DWG files tend to be large so you may need to check the limits of what Filepond can handle.
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
Try this as the accepted mime type:
image/vnd.dwg
Here is how someone has managed to get DWG working:
https://github.com/pqina/filepond-plugin-file-validate-type/issues/13#issuecomment-1090136944
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!