What do people use as the length of the MIMEType field in their databases? The longest we have seen so far is 72 bytes:
application/vnd.openxmlformats-officedocument.wordprocessingml.document
but I'm just waiting for a longer one. We are currently using 250, but has anyone seen a longer MIMEType than this?
Edit: from the accepted answer 127 for the type and subtype each, so 254 max, plus '/' is the limit of 255 for the combined value.
database mime-types
Walden Leverich Mar 13 '09 at 17:05 2009-03-13 17:05
source share