Skip to content

Tag: internet-explorer

Iterating through FormData in IE

I’m using FormData to send information back to the server. In some cases however I need to read out the data before I send it. Chrome allows you to iterate through the collection but IE does not supply the same methods. The code below works in Chrome: JS Fiddle Does anyone know how to achieve the same r…