When I attach a screenshot to a GitHub issue or support ticket, the destination often wants a URL rather than a local file. The next choice is less obvious: should that URL open the image itself, or a page containing the preview and file details?
Iām building Media2URL, and the upload result currently provides both:
- A direct file URL for Markdown, HTML, forum embeds, and places that expect the asset itself.
- A share page when the recipient benefits from a preview, filename, and download actions.
In debugging conversations, I usually prefer the direct URL because it removes a click. A preview page seems more useful for PDFs, video, or files that need context. I do not want to choose the default based only on my own workflow.
I would appreciate concrete examples from developers and support engineers:
- Which format do you use in GitHub issues or support tickets?
- Do expiry,
Content-Type, filenames, or hotlink protection affect your choice? - Which output should appear first after upload: direct URL, Markdown, HTML, or share page?
- Have you encountered platforms that reject a direct media URL but accept a normal webpage?
I plan to use the answers to improve the default output order.
Top comments (0)