Daniel Hoelbling-Inzko talks about programming
Just a quick reminder for future Daniel who will surely run into this issue again in the near future:
If you don't specify the container
property during plupload's setup it will use the body tag.
Problem with this is that on IE8 this may cause the flash fallback for file-uploads to span the whole body element and make the page unaccessible to clicks from the user.
So always include some dummy element nobody will click on and specify it as container.
Oh: And can we please get off IE8 at last?