Instantly share code, notes, and snippets.
忘れるのでメモ
var form = $('#upload'); var files = new FormData(form[0]); f.append("aaa","value");