--- tiny.origin.c 2017-11-09 02:57:43.651936112 +0000 +++ tiny.7.c 2017-11-09 02:57:43.651936112 +0000 @@ -173,6 +173,8 @@ strcpy(filetype, "image/png"); else if (strstr(filename, ".jpg")) strcpy(filetype, "image/jpeg"); + else if (strstr(filename, ".mpeg")) + strcpy(filetype, "video/mpeg"); else strcpy(filetype, "text/plain"); }