TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I made a file sharing tool that encodes the files within the URL

1 点作者 below433 个月前
I built this tool to transfer files using just the URL, without storing files on a server.<p>The file is Base64-encoded and embedded as a payload within the URL via the URI fragment (delineated by the # character) which means the file&#x2F;payload shouldn&#x27;t get sent to the server.<p>Built mainly for fun, but I have found limited use cases for it (eg. I use a shared mouse&#x2F;keyboard + clipboard across multiple machines, so use this to transfer files between them; I also have found it useful for file transfers to mobiles - via Edge&#x27;s URL to QR code feature).<p>It&#x27;s really only suitable for small file transfers as you might imagine!

暂无评论

暂无评论