Guest User

1

a guest
Jul 20th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. data: {
  2. first_name: $_POST['first_name'],
  3. name: $_POST['name'],
  4. avatar: $('#the-photo-file-field').prop('files')[0],
  5. username: $_POST['username'],
  6. password: $_POST['password'],
  7. password_again: $_POST['password_again'],
  8. mail: $_POST['mail'],
  9. },
Add Comment
Please, Sign In to add comment