Instead of emailing yourself
You send it from the phone and it turns up on the computer. Open it, use it, and in five days it leaves on its own.
It arrives in seconds, whole, and in five days it deletes itself.
You send it from the phone and it turns up on the computer. Open it, use it, and in five days it leaves on its own.
The photo arrives with the megapixels it had. You pass it on with a link, and whoever gets it opens it without an account.
They arrive, you use them, they go. In five days the list clears itself: no folders to build and no second place with thousands of files to maintain. Whatever you want to keep, you pin.
Copy something on the phone and paste it on the computer: a link, an address, a paragraph. If it is code it arrives as code — monospaced, coloured, with the language set — and you pass it to someone with a link.
// se parte en chunks antes de salir
async function upload(file) {
const parts = await split(file, 4 * MiB);
return Promise.all(parts.map(send));
}