How do I get it to convert the individual data from the object back into a string. When I display the object with console.log, it only says "FormData { }". And when I search in it, I can't find my data.
formData = new FormData();
formData.append('name1', 'value1');
console.log(formData);
Via Active questions tagged javascript - Stack Overflow https://ift.tt/YJ4cKdB
Comments
Post a Comment