Link Sharing
Definition
Link sharing is the practice of distributing content by address rather than by copy. Instead of attaching a 30 MB slide deck to an email, you publish the deck once at a fixed URL and send that URL. Everyone who opens it fetches the same bytes from the same place, so replacing the file updates the thing every recipient sees. The link can be wide open, or gated behind a password, or set to stop working on a chosen date. Because each open is a request to a server, the sender can also count views, which an attachment can never report.
Why It Matters
Attachments multiply. Send a proposal to six people and there are now seven copies, and the version each person quotes back at you depends on when they downloaded it. A link has one copy, so a correction made at nine in the morning is the version read at ten. Attachments also bounce: Gmail rejects anything over 25 MB, and a 20 MB file can fail that check once it has been encoded for mail. A link is a few dozen characters and passes every mail filter there is.
How It Works
The file is uploaded to a host, which stores it and assigns it an address. When someone opens that address the browser sends an HTTP GET request; the host answers with a 200 status, a Content-Type header describing the file, and the bytes. If the type is one the browser renders, such as application/pdf or text/html, it displays in the tab; otherwise the browser offers a download. A CDN in front of the host usually serves the copy from a nearby city, so a reader in Sydney does not wait for a round trip to Virginia. Access rules, if there are any, are checked before a single byte is sent.
Real-World Example
A freelance designer finishes a brand guide, a 42 MB PDF, and drops it on 99helpers. It lands at northwind-brand.99helpers.site and the whole handover becomes one line in an email. Two days later the client spots a wrong hex value; the designer uploads a corrected PDF to the same address, and the link the client already has now serves the fixed file. No second email, no argument about which attachment is current.
Common Mistakes
- ✕Sharing a link to a file inside a personal drive folder — the recipient hits a request-access screen and the handover stalls until you are back at a keyboard
- ✕Assuming a link is private because it is long — an unguessable address is not access control, and anything pasted into a group chat has left your hands
- ✕Publishing the updated file under a new name — the old link keeps serving the old version while you tell people it has been updated
Related Terms
Shareable Link
A shareable link is the address you hand to another person so they can reach a file you have hosted. It normally points at a page that presents the file — name, size, a download button — rather than at the raw bytes.
Short Link
A short link is a compact URL that redirects to a longer one. It exists to be typed, printed, read aloud or squeezed into a character limit.
Permalink
A permalink is an address meant never to change, so that everything pointing at it keeps working. The permanence is a promise from whoever owns the address, not a property of the web.
Access Control
The rules deciding who may reach a file or page and what they may do once they are there. It combines proving identity with checking permission, and the two are separate jobs.
Email Attachment Limit
An email attachment limit is the largest message, attachments included, that a mail provider will accept. Gmail caps it at 25 MB and most Outlook accounts at 20 MB, and the real ceiling for a file is lower than either figure.
Put a file online in seconds
Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.
Host a file free →