Upload DWG or DXF file in M-Files using C#

I try to upload PDF, DWG and DXF file in M-Files.
PDF files are showing perfect, but DXW and DXF showing corrupted.

After upload using those Upload id to create document in M-Files

Parents
  • As far as M-Files is concerned the actual data type of the document should be largely irrelevant; M-Files simply deals with it as a set of binary data.  I haven't heard of others who have had similar issues.

    Have you looked at the actual resulting HTTP requests using a HTTP debugging proxy to see what's being sent over the wire, and to see whether it's different between PDF and the ones that you are having an issue with?

Reply
  • As far as M-Files is concerned the actual data type of the document should be largely irrelevant; M-Files simply deals with it as a set of binary data.  I haven't heard of others who have had similar issues.

    Have you looked at the actual resulting HTTP requests using a HTTP debugging proxy to see what's being sent over the wire, and to see whether it's different between PDF and the ones that you are having an issue with?

Children