Hi, I am using detect/stream api to retrieve the MIME type of the file. But it's not returning exact MIME type for some document if i am passing 1KB of data of that file.
For example - For open office document it's returning application/zip (parent MIME type) for .odp file instead of "application/vnd.oasis.opendocument.presentation". How can i get the exact MIME type by passing just small amount of data ? Thanks Rahul
