上傳文件 傳遞參數 (ajax上傳文件並傳值給後臺)

var formData = new FormData(); formData.append("myfile", document.getElementById("file1").files[0]); formData.append('progress',$(".progress_status").val()); $.ajax({ type: 'post', u
相關文章
相關標籤/搜索