1

I want to request the file using “POST” Method? Any suggestion?

url = "https://www.xxxx.com/data.csv";
Papa.parse(url, {
  download: true,
  complete: function() {
    // executed after all files are complete
  }
});
Eddie
  • 26,593
  • 6
  • 36
  • 58
Grant.Zuo
  • 11
  • 1

0 Answers0