var fd = new FormData(); fd.append( 'file', input.files[0] ); $.post( 'http://example.com ...
確定! 回上一頁