Skip to content

Instantly share code, notes, and snippets.

@onefriendaday
Last active August 29, 2015 14:16
Show Gist options
  • Save onefriendaday/b8a1a496d4e9d19f71b9 to your computer and use it in GitHub Desktop.
Save onefriendaday/b8a1a496d4e9d19f71b9 to your computer and use it in GitHub Desktop.
if (isset($_FILES['file'])) {
move_uploaded_file($_FILES['file']['tmp_name'], 'tmp/'.$_FILES['file']['name']);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment