jquery - Uploadify Error in IE8 -
i can't uploadify (jquery plugin) work in ie8, works fine in other browsers. when go upload file i'm getting error: object doesn't support property or method and it's on line in uploadify.js: document.getelementbyid(jquery(this).attr('id') + 'uploader').startfileupload(id, false); i can't figure out. the javascript looks this: <script type="text/javascript"> $(document).ready(function() { var scriptdata; $.get('/lib/upload_params.php', {'key': "files/<?=random?>/"}, function(data) { scriptdata = { 'awsaccesskeyid': data.awsaccesskeyid, 'key': encodeuricomponent(data.key), 'acl': "private", 'policy': encodeuricomponent(data.policy), 'signature': encodeuricomponent(encodeuricomponent(data.signature)), 'success_action_status': "201", ...