<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Comprehensive list of Content_Type values in Attachment Tables? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168521#M54494</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Here&lt;/STRONG&gt; we go. Browse to&amp;nbsp;&lt;STRONG&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib&amp;nbsp;&lt;/STRONG&gt;and look for the file&amp;nbsp;&lt;STRONG&gt;mimetypes.py&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In that file, scroll to line 413 to find the&amp;nbsp;&lt;STRONG&gt;types_map&lt;/STRONG&gt;, re-posted here:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;types_map = _types_map_default = {
        '.js'     : 'application/javascript',
        '.mjs'    : 'application/javascript',
        '.json'   : 'application/json',
        '.doc'    : 'application/msword',
        '.dot'    : 'application/msword',
        '.wiz'    : 'application/msword',
        '.bin'    : 'application/octet-stream',
        '.a'      : 'application/octet-stream',
        '.dll'    : 'application/octet-stream',
        '.exe'    : 'application/octet-stream',
        '.o'      : 'application/octet-stream',
        '.obj'    : 'application/octet-stream',
        '.so'     : 'application/octet-stream',
        '.oda'    : 'application/oda',
        '.pdf'    : 'application/pdf',
        '.p7c'    : 'application/pkcs7-mime',
        '.ps'     : 'application/postscript',
        '.ai'     : 'application/postscript',
        '.eps'    : 'application/postscript',
        '.m3u'    : 'application/vnd.apple.mpegurl',
        '.m3u8'   : 'application/vnd.apple.mpegurl',
        '.xls'    : 'application/vnd.ms-excel',
        '.xlb'    : 'application/vnd.ms-excel',
        '.ppt'    : 'application/vnd.ms-powerpoint',
        '.pot'    : 'application/vnd.ms-powerpoint',
        '.ppa'    : 'application/vnd.ms-powerpoint',
        '.pps'    : 'application/vnd.ms-powerpoint',
        '.pwz'    : 'application/vnd.ms-powerpoint',
        '.wasm'   : 'application/wasm',
        '.bcpio'  : 'application/x-bcpio',
        '.cpio'   : 'application/x-cpio',
        '.csh'    : 'application/x-csh',
        '.dvi'    : 'application/x-dvi',
        '.gtar'   : 'application/x-gtar',
        '.hdf'    : 'application/x-hdf',
        '.latex'  : 'application/x-latex',
        '.mif'    : 'application/x-mif',
        '.cdf'    : 'application/x-netcdf',
        '.nc'     : 'application/x-netcdf',
        '.p12'    : 'application/x-pkcs12',
        '.pfx'    : 'application/x-pkcs12',
        '.ram'    : 'application/x-pn-realaudio',
        '.pyc'    : 'application/x-python-code',
        '.pyo'    : 'application/x-python-code',
        '.sh'     : 'application/x-sh',
        '.shar'   : 'application/x-shar',
        '.swf'    : 'application/x-shockwave-flash',
        '.sv4cpio': 'application/x-sv4cpio',
        '.sv4crc' : 'application/x-sv4crc',
        '.tar'    : 'application/x-tar',
        '.tcl'    : 'application/x-tcl',
        '.tex'    : 'application/x-tex',
        '.texi'   : 'application/x-texinfo',
        '.texinfo': 'application/x-texinfo',
        '.roff'   : 'application/x-troff',
        '.t'      : 'application/x-troff',
        '.tr'     : 'application/x-troff',
        '.man'    : 'application/x-troff-man',
        '.me'     : 'application/x-troff-me',
        '.ms'     : 'application/x-troff-ms',
        '.ustar'  : 'application/x-ustar',
        '.src'    : 'application/x-wais-source',
        '.xsl'    : 'application/xml',
        '.rdf'    : 'application/xml',
        '.wsdl'   : 'application/xml',
        '.xpdl'   : 'application/xml',
        '.zip'    : 'application/zip',
        '.au'     : 'audio/basic',
        '.snd'    : 'audio/basic',
        '.mp3'    : 'audio/mpeg',
        '.mp2'    : 'audio/mpeg',
        '.aif'    : 'audio/x-aiff',
        '.aifc'   : 'audio/x-aiff',
        '.aiff'   : 'audio/x-aiff',
        '.ra'     : 'audio/x-pn-realaudio',
        '.wav'    : 'audio/x-wav',
        '.bmp'    : 'image/bmp',
        '.gif'    : 'image/gif',
        '.ief'    : 'image/ief',
        '.jpg'    : 'image/jpeg',
        '.jpe'    : 'image/jpeg',
        '.jpeg'   : 'image/jpeg',
        '.png'    : 'image/png',
        '.svg'    : 'image/svg+xml',
        '.tiff'   : 'image/tiff',
        '.tif'    : 'image/tiff',
        '.ico'    : 'image/vnd.microsoft.icon',
        '.ras'    : 'image/x-cmu-raster',
        '.bmp'    : 'image/x-ms-bmp',
        '.pnm'    : 'image/x-portable-anymap',
        '.pbm'    : 'image/x-portable-bitmap',
        '.pgm'    : 'image/x-portable-graymap',
        '.ppm'    : 'image/x-portable-pixmap',
        '.rgb'    : 'image/x-rgb',
        '.xbm'    : 'image/x-xbitmap',
        '.xpm'    : 'image/x-xpixmap',
        '.xwd'    : 'image/x-xwindowdump',
        '.eml'    : 'message/rfc822',
        '.mht'    : 'message/rfc822',
        '.mhtml'  : 'message/rfc822',
        '.nws'    : 'message/rfc822',
        '.css'    : 'text/css',
        '.csv'    : 'text/csv',
        '.html'   : 'text/html',
        '.htm'    : 'text/html',
        '.txt'    : 'text/plain',
        '.bat'    : 'text/plain',
        '.c'      : 'text/plain',
        '.h'      : 'text/plain',
        '.ksh'    : 'text/plain',
        '.pl'     : 'text/plain',
        '.rtx'    : 'text/richtext',
        '.tsv'    : 'text/tab-separated-values',
        '.py'     : 'text/x-python',
        '.etx'    : 'text/x-setext',
        '.sgm'    : 'text/x-sgml',
        '.sgml'   : 'text/x-sgml',
        '.vcf'    : 'text/x-vcard',
        '.xml'    : 'text/xml',
        '.mp4'    : 'video/mp4',
        '.mpeg'   : 'video/mpeg',
        '.m1v'    : 'video/mpeg',
        '.mpa'    : 'video/mpeg',
        '.mpe'    : 'video/mpeg',
        '.mpg'    : 'video/mpeg',
        '.mov'    : 'video/quicktime',
        '.qt'     : 'video/quicktime',
        '.webm'   : 'video/webm',
        '.avi'    : 'video/x-msvideo',
        '.movie'  : 'video/x-sgi-movie',
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 20:05:26 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2022-04-27T20:05:26Z</dc:date>
    <item>
      <title>Comprehensive list of Content_Type values in Attachment Tables?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168501#M54490</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if there's a comprehensive list of values for the "Content_Type" field in an attachment table?&lt;/P&gt;&lt;P&gt;I'd be fine with even a&amp;nbsp; list of prefixes (image, application)&lt;/P&gt;&lt;P&gt;I see someone else had this &lt;A href="https://gis.stackexchange.com/questions/367249/how-is-the-content-type-attribute-populated-in-attachment-tables-in-arcgis" target="_blank" rel="noopener"&gt;question elsewhere&lt;/A&gt; but it was never answered.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 19:15:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168501#M54490</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-04-27T19:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Comprehensive list of Content_Type values in Attachment Tables?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168507#M54491</link>
      <description>&lt;P&gt;I think the answer is "there isn't one".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_1-1651087393813.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39991i5DF2F4D35C3ACFBA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1651087393813.png" alt="jcarlson_1-1651087393813.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can attach pretty much anything you want.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 19:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168507#M54491</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-04-27T19:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Comprehensive list of Content_Type values in Attachment Tables?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168509#M54492</link>
      <description>&lt;P&gt;Thanks for the reply, Josh&lt;/P&gt;&lt;P&gt;I'm trying to filter some stuff based on content type, and knowing what all the options are would help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most of the examples you used would appear as "Unknown"&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 19:26:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168509#M54492</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-04-27T19:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Comprehensive list of Content_Type values in Attachment Tables?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168516#M54493</link>
      <description>&lt;P&gt;Interesting... the exe comes in as&amp;nbsp;&lt;STRONG&gt;application/x-msdownload&lt;/STRONG&gt;, the tarball as&amp;nbsp;&lt;STRONG&gt;application/x-gzip&lt;/STRONG&gt;. The others, "Unknown".&lt;/P&gt;&lt;P&gt;I'd originally misunderstood the post, but I see what you mean now. According to the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/#topic6839.html" target="_blank"&gt;Pro SDK docs&lt;/A&gt;, it's just pulling in the &lt;A href="https://www.iana.org/assignments/media-types/media-types.xhtml" target="_blank"&gt;MIME type&lt;/A&gt;. I tried adding a few random selections from the full list of MIME types, and&amp;nbsp;&lt;EM&gt;most&amp;nbsp;&lt;/EM&gt;came in as "Unknown". Clearly, there's a subset list of MIME types that Pro is recognizing, but I can't seem to find it.&lt;/P&gt;&lt;P&gt;I would agree that having the comprehensive list would be useful.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 19:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168516#M54493</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-04-27T19:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Comprehensive list of Content_Type values in Attachment Tables?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168521#M54494</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Here&lt;/STRONG&gt; we go. Browse to&amp;nbsp;&lt;STRONG&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib&amp;nbsp;&lt;/STRONG&gt;and look for the file&amp;nbsp;&lt;STRONG&gt;mimetypes.py&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In that file, scroll to line 413 to find the&amp;nbsp;&lt;STRONG&gt;types_map&lt;/STRONG&gt;, re-posted here:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;types_map = _types_map_default = {
        '.js'     : 'application/javascript',
        '.mjs'    : 'application/javascript',
        '.json'   : 'application/json',
        '.doc'    : 'application/msword',
        '.dot'    : 'application/msword',
        '.wiz'    : 'application/msword',
        '.bin'    : 'application/octet-stream',
        '.a'      : 'application/octet-stream',
        '.dll'    : 'application/octet-stream',
        '.exe'    : 'application/octet-stream',
        '.o'      : 'application/octet-stream',
        '.obj'    : 'application/octet-stream',
        '.so'     : 'application/octet-stream',
        '.oda'    : 'application/oda',
        '.pdf'    : 'application/pdf',
        '.p7c'    : 'application/pkcs7-mime',
        '.ps'     : 'application/postscript',
        '.ai'     : 'application/postscript',
        '.eps'    : 'application/postscript',
        '.m3u'    : 'application/vnd.apple.mpegurl',
        '.m3u8'   : 'application/vnd.apple.mpegurl',
        '.xls'    : 'application/vnd.ms-excel',
        '.xlb'    : 'application/vnd.ms-excel',
        '.ppt'    : 'application/vnd.ms-powerpoint',
        '.pot'    : 'application/vnd.ms-powerpoint',
        '.ppa'    : 'application/vnd.ms-powerpoint',
        '.pps'    : 'application/vnd.ms-powerpoint',
        '.pwz'    : 'application/vnd.ms-powerpoint',
        '.wasm'   : 'application/wasm',
        '.bcpio'  : 'application/x-bcpio',
        '.cpio'   : 'application/x-cpio',
        '.csh'    : 'application/x-csh',
        '.dvi'    : 'application/x-dvi',
        '.gtar'   : 'application/x-gtar',
        '.hdf'    : 'application/x-hdf',
        '.latex'  : 'application/x-latex',
        '.mif'    : 'application/x-mif',
        '.cdf'    : 'application/x-netcdf',
        '.nc'     : 'application/x-netcdf',
        '.p12'    : 'application/x-pkcs12',
        '.pfx'    : 'application/x-pkcs12',
        '.ram'    : 'application/x-pn-realaudio',
        '.pyc'    : 'application/x-python-code',
        '.pyo'    : 'application/x-python-code',
        '.sh'     : 'application/x-sh',
        '.shar'   : 'application/x-shar',
        '.swf'    : 'application/x-shockwave-flash',
        '.sv4cpio': 'application/x-sv4cpio',
        '.sv4crc' : 'application/x-sv4crc',
        '.tar'    : 'application/x-tar',
        '.tcl'    : 'application/x-tcl',
        '.tex'    : 'application/x-tex',
        '.texi'   : 'application/x-texinfo',
        '.texinfo': 'application/x-texinfo',
        '.roff'   : 'application/x-troff',
        '.t'      : 'application/x-troff',
        '.tr'     : 'application/x-troff',
        '.man'    : 'application/x-troff-man',
        '.me'     : 'application/x-troff-me',
        '.ms'     : 'application/x-troff-ms',
        '.ustar'  : 'application/x-ustar',
        '.src'    : 'application/x-wais-source',
        '.xsl'    : 'application/xml',
        '.rdf'    : 'application/xml',
        '.wsdl'   : 'application/xml',
        '.xpdl'   : 'application/xml',
        '.zip'    : 'application/zip',
        '.au'     : 'audio/basic',
        '.snd'    : 'audio/basic',
        '.mp3'    : 'audio/mpeg',
        '.mp2'    : 'audio/mpeg',
        '.aif'    : 'audio/x-aiff',
        '.aifc'   : 'audio/x-aiff',
        '.aiff'   : 'audio/x-aiff',
        '.ra'     : 'audio/x-pn-realaudio',
        '.wav'    : 'audio/x-wav',
        '.bmp'    : 'image/bmp',
        '.gif'    : 'image/gif',
        '.ief'    : 'image/ief',
        '.jpg'    : 'image/jpeg',
        '.jpe'    : 'image/jpeg',
        '.jpeg'   : 'image/jpeg',
        '.png'    : 'image/png',
        '.svg'    : 'image/svg+xml',
        '.tiff'   : 'image/tiff',
        '.tif'    : 'image/tiff',
        '.ico'    : 'image/vnd.microsoft.icon',
        '.ras'    : 'image/x-cmu-raster',
        '.bmp'    : 'image/x-ms-bmp',
        '.pnm'    : 'image/x-portable-anymap',
        '.pbm'    : 'image/x-portable-bitmap',
        '.pgm'    : 'image/x-portable-graymap',
        '.ppm'    : 'image/x-portable-pixmap',
        '.rgb'    : 'image/x-rgb',
        '.xbm'    : 'image/x-xbitmap',
        '.xpm'    : 'image/x-xpixmap',
        '.xwd'    : 'image/x-xwindowdump',
        '.eml'    : 'message/rfc822',
        '.mht'    : 'message/rfc822',
        '.mhtml'  : 'message/rfc822',
        '.nws'    : 'message/rfc822',
        '.css'    : 'text/css',
        '.csv'    : 'text/csv',
        '.html'   : 'text/html',
        '.htm'    : 'text/html',
        '.txt'    : 'text/plain',
        '.bat'    : 'text/plain',
        '.c'      : 'text/plain',
        '.h'      : 'text/plain',
        '.ksh'    : 'text/plain',
        '.pl'     : 'text/plain',
        '.rtx'    : 'text/richtext',
        '.tsv'    : 'text/tab-separated-values',
        '.py'     : 'text/x-python',
        '.etx'    : 'text/x-setext',
        '.sgm'    : 'text/x-sgml',
        '.sgml'   : 'text/x-sgml',
        '.vcf'    : 'text/x-vcard',
        '.xml'    : 'text/xml',
        '.mp4'    : 'video/mp4',
        '.mpeg'   : 'video/mpeg',
        '.m1v'    : 'video/mpeg',
        '.mpa'    : 'video/mpeg',
        '.mpe'    : 'video/mpeg',
        '.mpg'    : 'video/mpeg',
        '.mov'    : 'video/quicktime',
        '.qt'     : 'video/quicktime',
        '.webm'   : 'video/webm',
        '.avi'    : 'video/x-msvideo',
        '.movie'  : 'video/x-sgi-movie',
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 20:05:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168521#M54494</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-04-27T20:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Comprehensive list of Content_Type values in Attachment Tables?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168560#M54499</link>
      <description>&lt;P&gt;This is great. Thank you so much for tracking that down.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 21:47:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1168560#M54499</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-04-27T21:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Comprehensive list of Content_Type values in Attachment Tables?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1382683#M78829</link>
      <description>&lt;P&gt;Well interesting, found 2 .bmp types is it any error or how it understand:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;'.bmp'    : 'image/x-ms-bmp',
'.bmp'    : 'image/bmp',&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 15 Feb 2024 07:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/comprehensive-list-of-content-type-values-in/m-p/1382683#M78829</guid>
      <dc:creator>YuriiYanov</dc:creator>
      <dc:date>2024-02-15T07:28:51Z</dc:date>
    </item>
  </channel>
</rss>

