Big files stream to disk, not memory
As a file arrives, Sidedrop streams it to on-disk scratch storage in your browser rather than holding it all in memory. That’s what lets it receive large files without the tab running out of room, and it’s why you see live progress instead of a long silent wait.Saving at the end
When an item finishes, it gets a Save action:Chromium (Chrome, Edge)
You get a native “save as” dialog and choose exactly where the file lands. A batch or a whole
folder can be saved to one location, with the folder structure recreated.
Firefox, Safari, mobile
There’s no system save picker, so the file downloads to your browser’s Downloads folder
instead — one file at a time, or a zip for a folder or batch.
Folders and text
Whole folders keep their structure: the sender flattens the tree and the receiver rebuilds it on save. Text and clipboard snippets arrive as a copyable block you can also save as a.txt file —
handy for shooting a link, a code, or a paragraph between your own devices.
Receiving big files on a phone
The weak corner, told honestly: receiving a very large file on a phone (especially on iOS) can be limited by the browser, which may buffer it in memory and cap the size. Sending from a phone is solid, and all the desktop paths handle big files well. If you’re moving something large, make the phone the sender and a computer the receiver.Sidedrop shows a soft inline note when it detects a browser that can’t stream-save or is
size-limited, so you know before you start rather than after.