jquery - ie8 gives error "object does not support this method or property" on uploading a second image -
i'm trying implement shift8creative's agile uploader. works in proper browsers, ie causing problems.
the page here:https://www.postadigi.com/pages/upload-order
the line js error highlighting here:
document.getelementbyid('agileuploaderswf').sendform();
iv'e tried putting in onclick, jquery click function. same error.
nb, compresses & uploads first image fine, when second image selected , upload clicked, fails.
ok, fixed it.
internet explorer caching swf data detailed here:
http://www.permadi.com/tutorial/flashcache/index.html
so tip richard grove on plugins comments, fixed bit of trickery:
flashsrc: '/js/uploader/agile-uploader.swf?' + math.random(),
which seems have convinced ie not cache it.
Comments
Post a Comment