ⓘ Demo mode: read-only demonstration. Changes are disabled — request full access.
DEMO MODE
Changes are disabled in the demo.
You are viewing a read-only demonstration. Browse everything freely — adding, editing and deleting are switched off so the demo stays tidy for everyone.
For each screen we answer the same questions — what it is, why it exists, how to use it, who it is for, and what business problem it solves.
Attachments and file handling
Receiving, sending and storing files safely on a ticket.
What is it?
Customers and staff can attach files to any ticket or reply. Files are type-checked against an allow-list, size-limited, scanned, and stored outside the web root so they can only be reached through an authenticated download.
Why does it exist?
Support runs on evidence — invoices, screenshots, logs, photographs. But an upload field is also the most commonly attacked part of any web application, which is why the handling is deliberately strict.
How does it work?
1Drag a file onto the reply box, or use the attach button.
2Blocked file types are rejected with an explanation rather than silently discarded.
3Attachments stay on the ticket permanently and appear in the timeline where they were added.
4Downloads require an authenticated session; links cannot be shared outside.
5If a customer needs to send something large, ask them to link it rather than raising the size limit.
WHO USES IT
Support staffCustomers
WHAT MANAGEMENT ACHIEVES
Evidence stays attached to the case it belongs to, and the upload path is not a security hole.
In practice
A warranty claim carries the serial-number photograph taken at the customer’s site. Three years later the same unit returns and the photograph is still on the record.