What's the mime types for pck & mem files when exporting to HTML5

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By blumersolutions
:warning: Old Version Published before Godot 3 was released.

Hello everyone, I’m trying to setup my IIS server in order to support a simple project exported from Godot to HTML5.
The exported package includes both a data.pck and a .mem file as well. I need to know what’s the expected mime types for these extension in order to configure my IIS.

Thanks!

:bust_in_silhouette: Reply From: eska

They’re binary files with a custom format, just application/octet-stream is fine