Skip to content

Instantly share code, notes, and snippets.

@khaschuluu
Created February 25, 2011 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khaschuluu/843474 to your computer and use it in GitHub Desktop.
Save khaschuluu/843474 to your computer and use it in GitHub Desktop.
Ajax request-ийг барьж авах php жишээ
print_r($_FILES);
print_r($_POST);
move_uploaded_file($_FILES["file"]["tmp_name"], "uploads/" . ((isset($_POST["filename"])&&$_POST["filename"]!=null)?$_POST["filename"]:$_FILES["file"]["name"]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment