Hi guys, I want to point out that if you put uploadify in a jQuery dialog with auto=false, it doesn't work in IE7. When you call the function that starts the upload (fileUploadStart()) it doesn't work and error is at the line 232. The same code works in FF 3 and Safari...
I don't believe this is a bug. It would be a conflict between the two plugins/jQuery functions. For example In my application I run it inside a jQuery dialog. If you your having a conflict issue search for noconflict in this forum and you'll find a version that has been put together to overcome the problem.
I didn't know the existence of noConflict method (I'm new with jQuery)... Anyway, thank you for your fast reply! I'll try it with noConflict and I'll make you know asap!