for (var key of formData.keys()) {
console.log("key:" + key + " value:" + formData.get(key));
}