It seems that download.php sends attachments to the browser as content-type application/force-download. Is there any reason that download.php does not set the content type to the mime type stored in the notes table?
e.g.
PHP Code:header("Content-type: " . $row['file_mime_type']);


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks