microbox Active Member Licensed User Longtime User Oct 31, 2015 #1 Hello everyone, I learned how to open files with *.docx,*.xlsx, and *.pptx type files using the following.. B4X: i.SetType("application/msword") i.SetType("application/vnd.ms-excel") i.SetType("application/vnd.ms-powerpoint") but how I do it when it is *.dwg (CAD)file type? Thanks in advance.
Hello everyone, I learned how to open files with *.docx,*.xlsx, and *.pptx type files using the following.. B4X: i.SetType("application/msword") i.SetType("application/vnd.ms-excel") i.SetType("application/vnd.ms-powerpoint") but how I do it when it is *.dwg (CAD)file type? Thanks in advance.
Erel B4X founder Staff member Licensed User Longtime User Nov 1, 2015 #2 See the internet media type section on this page: https://en.wikipedia.org/wiki/.dwg Upvote 0
F francodlh Member Licensed User Longtime User Sep 29, 2016 #3 https://www.sitepoint.com/web-foundations/mime-types-complete-list/ Upvote 0