iggori's avatar

How to put() file on amazon s3 with specific MIME?

I have problem, elixir .sass save css with wrong MIME. (text/x-c++ instead of text/css) and when I upload to s3 via: $s3->put($uploadFolder . $file, $fileContent, 'public'); CSS is not rendered in browser. How to pass proper MIME on upload? Tnx

0 likes
1 reply

Please or to participate in this conversation.