Files
payload/test
Patrik 05eeddba7c fix: correctly detect glb & gltf mimetypes during upload (#12623)
### What?

The browser was incorrectly setting the mimetype for `.glb` and `.gltf`
files to `application/octet-stream` when uploading when they should be
receiving proper types consistent with `glb` and `gltf`.

This patch adds logic to infer the correct `MIME` type for `.glb` files
(`model/gltf-binary`) & `gltf` files (`model/gltf+json`) based on file
extension during multipart processing, ensuring consistent MIME type
detection regardless of browser behavior.

Fixes #12620
2025-06-02 11:26:26 -07:00
..
2025-05-22 10:04:45 -04:00
2025-05-22 10:04:45 -04:00
2025-05-22 10:04:45 -04:00
2025-05-22 10:04:45 -04:00
2024-10-30 17:56:50 +00:00
2024-08-13 12:54:33 -04:00
2025-05-22 10:04:45 -04:00
2025-05-22 10:04:45 -04:00
2024-07-23 13:44:44 -04:00
2025-05-22 10:04:45 -04:00
2024-05-25 15:45:05 +00:00
2025-03-05 19:14:35 +00:00