←back to thread

276 points leonry | 1 comments | | HN request time: 0.202s | 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. 0x073 ◴[] No.41890698[source]
Then you send the file as base64 prefixed with your URL?

Where is the use, except that's cool to build?