Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

SAVEDLY

Free file and video hosting. Upload anything, get a shareable link instantly. No sign up, no size limit.

Website: savedly.net

SAVEDLY is a free, no-nonsense place to upload a file or a video and share it with a clean link. There is no account to create, no size limit on a single file, and no fake download buttons. Drop a file in, copy the link, and send it anywhere.

Features

  • No sign up — upload and share without an account, for you and for the people you send the link to.
  • No size limit — send large files and videos that email and chat apps reject.
  • Instant shareable links — every upload becomes a clean link instead of a forced download.
  • Inline playback — videos play and images preview right on the share page, no download needed to watch.
  • Optional password — lock any upload so only the people you choose can open it.
  • Bulk upload — add several files at once and copy all the links together.
  • Clean download page — a short wait and a single clear button, with no fake buttons.
  • Auto cleanup — files with no traffic for 7 days are removed, which keeps sharing fast.

How to use it

  1. Open savedly.net.
  2. Drag your file or video onto the upload box, or click to choose it.
  3. When the upload finishes, copy the link and share it anywhere.

That is the whole flow. No account, no app, no size cap.

Upload from the command line (API)

You can upload programmatically with a simple POST. The response is JSON with the share link.

curl -X POST https://savedly.net/api/upload \
  -H "x-filename: report.pdf" \
  --data-binary @report.pdf
# -> {"id":"abc12345","url":"https://savedly.net/f/abc12345"}
  • x-filename (required): the file name, URL-encoded if it has spaces or special characters.
  • x-password (optional): a URL-encoded password to protect the upload.
  • Body: the raw file bytes.

Executable files (.exe, .msi, .bat) are not accepted directly. Put them in a .zip or .rar first.

Good for

  • Sending a large video that is too big for email
  • Delivering a photo gallery to a client
  • Posting an image or a clip in a forum, chat, or Discord
  • Sharing drone, GoPro, or 4K footage at full quality
  • A free alternative to WeTransfer, MEGA, MediaFire, gofile, and file.io

FAQ

Is it really free? Yes. The download page is ad supported, which keeps the service free with no account.

Do I need an account? No, not to upload and not to download.

How big a file can I send? There is no size limit on a single file. Upload speed becomes the only practical limit.

How long do files stay online? Files with no traffic for 7 days are removed, so SAVEDLY is built for active sharing rather than long term storage. Keep your own copy of anything important.

Links

About

Free file and video hosting. Upload anything, get a shareable link instantly. No sign up, no size limit.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors