Quote:
Originally Posted by srockhard
|
i almost f orgot content disposition ,
you need to set the header.
depends on how are you pushing the file to users. if you are using php to download the file then you need to set these headers in php where you are allowing to download file
Content-disposition: attachment; filename=song.mp3
but if you are using web server then you need to add the\is header to web server either via rule matching or extension matching or location matching something like that , i have recently implemented something similar with nginx.,
hope this helps.
google "content disposition amazon s3"
maybe try this .,
php - How to set Content-Disposition Headers as a default on Amazon S3 Bucket - Stack Overflow