I'm trying to implement shift8creative's agile uploader. All works well in proper browsers, but ie is causing problems.
the page is here:https://www.postadigi.com/pages/upload-order
the line the js error is highlighting is here:
document.getElementById('agileUploaderSWF').sendForm();
Iv'e tried putting it in a onclick, a jquery click function. Same error.
NB, it compresses & uploads a first image fine, but then when a second image is selected and upload clicked, it fails.