Richard Jenkins
Results
1
comments of
Richard Jenkins
For anyone coming across this and wanting to view PDF attachments in the browser, change the return statement of `app/Http/Controllers/AttachmentController.php` to this: $contentType = 'application/octet-stream'; $contentDisposition = 'attachment'; if ($attachment->extension...