Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What Does It Mean to Upload Something? #1

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

Walaafadol
Copy link

In the context of the web, upload = send. Think of it like loading the data "upward" to the internet.

When you upload something to a website, or another user's computer, or a network location, etc., you're sending data from your device to the other device. Files can be uploaded to a server, such as a website, or directly to another device, like when using a file transfer utility.

For example, if you upload an image to Facebook, you're sending the picture from your device to the Facebook website. The file started with you and ended up somewhere else, so it's considered an upload from your perspective.

This is true for any transfer like this, no matter the file type or where it's going. You can upload documents to your teacher via email, upload a video to YouTube, upload music to your online music collection, upload photos to a backup service, etc.

YusefOuda and others added 30 commits February 18, 2015 15:37
Change 'effecting' to 'affecting' inside of Post-rendering section
Changes 'affecting' to 'causing', I think this might cause a little less confusion on this last sentence.
I removed the letter "s" from the phrase "uses a custom parsers" so that it now reads "uses a custom parser"
I think the phrase "Javascript engine" is more accurate than "Javascript interpreter" because certain Javascript engines, like the V8 engine used in Google Chrome, convert Javascript directly into machine code and do not utilize an interpreter at all.

Source: https://developers.google.com/v8/design - Check the section titled "Dynamic Machine Code Generation"
This browser was discontinued in 2013 (https://en.wikipedia.org/wiki/Rockmelt).
And this sentence had a typo in it.
Remove sentence about Rockmelt
Changes the phrases "clicks" to "press" for touch devices to appropriately account for the fact that there are no clicks on touch devices. I originally thought to suggest "tap" instead of "press", but opted for "press". Open to suggestions!
filled up full HTTP request methods
to see DNS Cache list of Chrome browser, go to chrome://net-internals/#dns in Chrome Browser.
* 'master' of github.com:alex/what-happens-when:
  Punycode conversions happen before the HSTS preload check (alex#227)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.