摘要:
1 var formData = new FormData(); 2 formData.append('file', $('#file').get(0).files[0] ); 3 $.ajax({ 4 url: 'ajax/upload', 5 type: 'post', 6 data: formData, 7 dataType: 'json', ... 阅读全文
posted @ 2017-08-25 17:35
_linka
阅读(393)
评论(0)
推荐(0)
浙公网安备 33010602011771号