This repository was archived by the owner on Sep 13, 2024. It is now read-only.
[question] [feature] #14515
willinmon
started this conversation in
Feature improvement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When an email is attached to a ticket there is a link that shows an email preview. In this preview is a list of the email attachments, should there be any. Clicking on an attachment downloads the file for you to view on your computer. I need to be able to view these attachments without downloading them. All attachments will be jpgs or pngs so I need an image preview option. So far I cannot figure out a way to do this.

🔥 How to trigger the error
What I have tried.
tag and make the src the pathway to the image in the Documents folder (your can see this in the purple square) but the files are not stored as the original file types. I can't determine what file type they are stored as. If possible, could you tell me what kind of files these are so I could possibly convert them? The files are located in this folder: \storage\Documents\2021\April\week1. I realize that the year\month\week changes. I am getting the path from the database but it doesn't store file type. If I right click on a file and select properties it just says Type of file: File.
I tried to create an
Or any suggestion on how to see these images in the Email Preview would be helpful.
👎 Actual Behavior
Click attachment button to download file.
👍 Expected Behavior
Be able to preview the file in the image preview.
🌍 Your Environment
Beta Was this translation helpful? Give feedback.
All reactions