I have a FormData object which I create in javascript from an HTML form like so. The FormData object doesn\'t seem very well documente
javascript
HTML
FormData
Just to add to the previous solution from @Jeff Daze - you can use the FormData.getAll("key name") function to retrieve all of the data from the object.
FormData.getAll("key name")