Your content-types are incorrect. You have to provide the file's mime type, which would be image/jpeg
. not image.jpg
.
As well, you cannot force a download of 3 separate files in a single HTTP request. While some browsers do support multiple files, you must encapsulate each one in a separate MIME body block, which you are not doing.
Either provide a .zipped copy of these 3 files for a single download, or provide 3 separate download links, one file per link.