This forum is a community forum meant for users of the plugin to collaborate and help solve issues with implementation, etc. Unfortunately, as the creator of the plugin, I do not have much time to attend to every request here as this is only a side project and I must work a full-time job to provide for my family. This is how I keep the Flash version free and the HTML5 version low cost.
UploadiFive 1.1.1 has been released which includes a small fix for added support on touch devices including iOS 6 devices.
IE 'Object Expected' Errors
  • I've noticed that if you have certain scripts included on the same page as uploadify, you can get 'Object expected' js errors when using IE (9 and below for sure). I created a fiddle to show the issue: http://jsfiddle.net/8Y3Bq/1/

    In IE9, when you click the Select Files link, the js error is thrown. If you go in the Manage Resources on the left and remove the reference to Select2, the error no longer appears. I'm not even using Select2 at all in the fiddle; just it's presence is messing up Uploadify.

    I've also noticed that I think fancybox may cause a similar issue when uploadify is inside of a fancybox and the box gets closed. I don't have a fiddle to illustrate that though since I'm not 100% sure that is the cause of that issue.

    Is there a way to get around this or is it a bug that needs to be fixed in Uploadify?
  • Bump. Has anyone else seen this and figured anything out about it?
  • I have the same problem I just posted on the discussions page. It is exactly the same as yours but it happens because I have uploadify inside a div that is using jquery ui sortable.

    It works in IE8 oddly though. Only seems to affect 9. I have tried putting a border around my div and object to make sure it's not taking 100%, and it isn't.

    I hope there is a fix.
  • i had a similar issue. but i was launching uploadify from inside a jqueryui dialog. found the problem was that i was creating the uploadify object in the dom before the dialog was open and visible. worked fine in all browsers expect ie.

    fixed it by creating the uploadfiy object after the dialog, and therefore the form input thats the uploadify target, was open and visible, using one of the jqueryui dialog callbacks. also had to destroy the uploadify object when the dialog was closed or it would create the same problem when the dialog was closed and reopened without refreshing the page.

    took me a bit to sort so hopefully saves someone else time
  • I'm not sure about the general case, but I've found the problem to do with Select2. If you don't have a
  • I did a search for attr = target.attr("for"); and nothing came up ???

    i had to download a fix version of upladify just to get IE9 to even upload