formData object not working with jquery AJAX post?

前端 未结 3 1910
深忆病人
深忆病人 2020-12-25 15:37

lets jump right into the code :

var formData = new FormData();

formData.append(\'name\', dogName);
formData.append(\'weight\', dogWeight);
formData.append(         


        
3条回答
  •  时光说笑
    2020-12-25 16:09

    if you did exactly as pervious anwswer and still not working dont worry its working

    maybe intelligence and quick wath are telling you its not working

    but dont worry, look at network tap

    its working

    hope this saves your time

提交回复
热议问题