Skip to content

Instantly share code, notes, and snippets.

@Restoration
Created October 26, 2016 11:14
Show Gist options
  • Select an option

  • Save Restoration/c1a5058b55d8aaaf62e9b875938c2bb1 to your computer and use it in GitHub Desktop.

Select an option

Save Restoration/c1a5058b55d8aaaf62e9b875938c2bb1 to your computer and use it in GitHub Desktop.
JSにおけるフォーム情報の受け渡し

忘れるのでメモ

var form = $('#upload');
var files = new FormData(form[0]);
f.append("aaa","value");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment