File size and platform limits

There is no artificial size limit in the ShareDrop.org protocol. The real limits come from how each browser lets us write received data to disk.

The two saving paths

Practical guidance

ScenarioRecommendation
Multi-GB video/disk imageReceive on desktop Chrome or Edge (streamed saving)
Phone-to-phone photosFine everywhere; batches of moderate size are safest on iOS
Whole folderChrome/Edge desktop preserves the folder structure; other browsers receive files individually with flattened names
Sender on a laptop that might sleepKeep the tab in the foreground; transfers resume after brief drops, but a sleeping machine sends nothing

Why we do not promise the same everywhere

Some tools claim “unlimited file size on all devices”. In a browser, that is not truthful: streamed saving is simply not available on every engine. Our approach is capability detection — the app checks what your browser can actually do and sets expectations before a single byte moves. Background on the engineering is in why large files crash browser tabs.