plik
plik copied to clipboard
.pptx files sent with wrong content-type
Hello, downloading file from plik.root.gg with the .pptx extension, you get a content-type:application/zip
Plik use golang http mime sniffer to resolve content types https://golang.org/pkg/net/http/#DetectContentType
We investigate if we can extend that behavior of if a better solution can be found but for now nothing straightforward stands out. http://stackoverflow.com/questions/29838185/how-to-detect-additional-mime-type-in-golang
Looks likes new libraries are available today :)