-
fix(upload): sniff content type for application/octet-stream
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m51sreleased this
2026-06-03 15:31:18 +03:00 | 14 commits to master since this releaseWhen an incoming file has an empty content type or is marked as
"application/octet-stream", attempt to detect the actual MIME type
by reading the first 512 bytes of the file. This improves content
type accuracy for generic binary uploads.Downloads