57
Views
3
Comments
I would like to know what the mime-type is for a power point file.
Question

I can download an excel file that I uploaded and want to do the same for a power point file, but cant seem to locate the mime-type.

2026-02-26 06-29-24
Rahul
 
MVP

Hi ,

You can use

ExtensionKind of documentMIME Type
.pptMicrosoft PowerPointapplication/vnd.ms-powerpoint
.pptxMicrosoft PowerPoint (OpenXML)application/vnd.openxmlformats-officedocument.presentationml.presentation
.rarRAR archiveapplication/vnd.rar
.rtfRich Text Format (RTF)application/rtf
2016-04-22 00-29-45
Nuno Reis
 
MVP

The full list is:

.ppt      application/vnd.ms-powerpoint
.pot      application/vnd.ms-powerpoint
.pps      application/vnd.ms-powerpoint
.ppa      application/vnd.ms-powerpoint

.pptx     application/vnd.openxmlformats-officedocument.presentationml.presentation
.potx     application/vnd.openxmlformats-officedocument.presentationml.template
.ppsx     application/vnd.openxmlformats-officedocument.presentationml.slideshow
2021-12-06 17-29-11
Waqas Ali Ahmad

There are two mime types for powerpoint


application/vnd.openxmlformats-officedocument.presentationml.pr = for file with extension pptx

application/vnd.ms-powerpoint = for file with extension ppt

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.