Downloading saves a file from the internet to your device; uploading sends a file from your device to a website. Both operations involve security considerations—knowing where downloads go, recognizing dangerous file types, and understanding when sharing files is safe. Learning to manage downloads helps you stay organized and avoid malware.
Download a document from a website and find it on your computer. Upload a file to a cloud service. Practice changing your download location in browser settings.
You already know the essentials of navigating a browser — clicking links, entering URLs, filling out forms. Downloading and uploading are the two transfer operations that extend browsing from passive reading to active file exchange. Understanding both — where files go, what happens to them, and what risks are involved — turns you from a passive consumer of the web into someone who can move information between the internet and your device with confidence and care.
When you click a download link, your browser asks the web server to send a copy of that file. The file travels over the network in small data packets, is reassembled on your device, and saved to a default downloads folder (usually `C:\Users\YourName\Downloads` on Windows or `~/Downloads` on Mac and Linux). The original file on the server is unchanged — downloading is always a copy, never a move. Files accumulate in this folder indefinitely unless you manage them; knowing where it is, checking it occasionally, and deleting what you no longer need is basic digital hygiene. You can also change the default download location in your browser settings to route PDFs, images, or documents directly into organized subfolders.
Not every file is safe to open. Executable files — ending in `.exe`, `.bat`, `.msi`, or `.dmg` — run code the moment you open them and can install software, modify your system, or introduce malware. Even documents from untrusted sources (`.docx`, `.pdf`, `.zip`) can contain macros or embedded scripts. The safest practice: download files only from sources you trust, check the file extension before opening, and scan unfamiliar files with antivirus software before running them. A PDF from a university library is a very different risk profile from an `.exe` labeled "free movie player" on an unknown site.
Uploading reverses the direction: you select a file on your device and send it to a web server. This happens when you attach a file to an email, submit an assignment on a course platform, or share a photo. The same security awareness applies in reverse — think about what information a file contains before you share it. Photos carry embedded metadata including GPS location and device information; Word documents store author names and revision history. Checking a file's properties before uploading sensitive documents, and using only trusted platforms for private information, keeps your data under your control. The download/upload framework — copy in, copy out, with security consideration in both directions — is the foundation of all file transfer you will encounter online.