←back to thread

276 points leonry | 1 comments | | HN request time: 0.221s | source
Show context
burcs ◴[] No.41890588[source]
I recently launched www.64.surf that uses the URL to send files, obviously a much smaller file size, but was fun to build regardless.

Basically, base64 encode the file, inject it in the URL and then allows you to share it with other people.

replies(3): >>41890689 #>>41890698 #>>41890859 #
1. eptcyka ◴[] No.41890859[source]
If the URL contains the file, what is the difference between sending the URL and the actual file contents in practice?