livewire
laravel
cloud
+1
September 1st, 2026
2 min
Your image uploads need a `Content-Type` header
S3 can infer an uploaded image's content type, but getting it wrong can leave a broken response cached at the edge. Here is how I explicitly map validated image extensions to MIME types in Laravel, including Livewire and Nova uploads.