privacy
How to tell if a website uploads your file
Most tools that handle files online never tell you where the work happens. Some send your file to a server and do everything there. Others do the whole job inside your browser, on your own device. The page looks the same either way, so you cannot tell which kind you are using just by looking. Here is how to find out for yourself, without trusting a word on the page.
The ten second test
The fastest check needs no tools and no technical skill.
- Open the tool page and let it finish loading.
- Turn off your wifi, or switch the device to aeroplane mode.
- Use the tool on a real file.
If it still works with the internet off, your file was never sent. There was no connection to send it over. If it stalls, spins, or shows an error, the file was on its way to a server.
That is the whole test. It works on any site, not only ours. The one thing to get right is the order. Load the page first, then go offline, because a page has to arrive over the internet before it can run without it.
Why the test works
A tool that runs on a server needs your file in two places. First it travels from your device to the company’s server. Then the finished file travels back. Cut the connection and neither trip can happen, so the tool has nothing to work with.
A tool that runs in your browser is different. The code arrived when the page loaded. After that it works on the copy of the file already in front of it. The internet is not part of the job, so losing it changes nothing.
A closer look, if you want proof
The offline test is enough for most people. If you want to watch it happen, your browser can show you every connection a page makes.
Open your browser’s developer tools and find the tab named Network. Leave it open, then add your file to the tool. If the file is being uploaded, a request appears the moment you add it, and its size roughly matches the size of your file. If nothing new shows up, the file never left your device.
This takes a little more effort, but it is hard to argue with. You are reading the browser’s own record, not a promise from the site.
What a private tool looks like in practice
A tool that keeps your file on your device tends to behave in a few telling ways. It often works the first time you open it and keeps working with the connection off. Very large files can make your device warm up, because the work is happening there rather than in a data centre. And the job usually starts the instant you add the file, with no upload bar creeping across the screen.
None of these prove anything on their own. The offline test does. But together they are a good sign that the file is staying put.
What to do with what you find
If a tool fails the offline test, that does not make it a bad one. Plenty of trusted sites work this way and delete files quickly. It only means your file is leaving your device, so treat it the way you would treat anything handed to a stranger. That is fine for a menu or a train ticket, and worth a second thought for a contract, a payslip, or an ID scan. We covered that choice in more detail in are online PDF tools safe.
If you would rather not send the file at all, use a tool that passes the test. Every tool on this site runs in your browser, and you can prove it with the ten second check above. When you need to clean up a document before sharing it, black out and remove text or strip the hidden details stored inside it first.
Frequently asked questions
How can I quickly tell if a website uploads my file?
Open the tool, turn off your internet, then try it on a real file. If it still works offline, nothing was sent. If it stalls or shows an error, the file was going to a server.
Does turning off wifi really prove a file was not uploaded?
Yes. With no connection, the page has no way to send your file anywhere. If the tool finishes the job offline, the work happened on your own device.
What should I look for in the browser network panel?
Open the developer tools, open the Network tab, then add your file. If a large upload request appears the moment you add it, the file is going to a server. If nothing new appears, it stayed on your device.
Are tools that work offline always safer?
For privacy, yes. A tool that runs fully in your browser never sends the file, so there is nothing to store, leak, or hand over. It does use your own device to do the work, so very large files lean on the device in front of you.