This runs entirely in your browser. Your image is never uploaded — there is no server to upload it to. Check it yourself: open devtools, go offline, and trace anyway. This page is served with connect-src 'none', so it cannot make a network request even if it tried.