This works in the latest version of Chrome and Firefox, however in IE10 I get this error:
SCRIPT5: Access is denied.
Here is my code snippet:
$('.mlsUpload').change(function () {
var formData = new FormData($(this).parents('form')[0]);
});
It happens on the new FormData($(this).parents('form')[0])
The change is on a display:none input type=file, which is the only thing in the form.