Old question brought back.
This problem still appear SWFUpload 2 by the time I post this.
The problem cause by positioning. Basically the SWFUpload position a flash file on top of a Link that use by SWFUpload. It initialize the position since onLoad function. After manipulate your DOM, probably you have change some of the dom that positioned on upper of SWFUpload.
Test case:
I have a div that split page to 2. Left side contain SWFUpload, Right side does not.
Both side contain a button to add a dom on the position that upper to SWFUpload
------------------------------------
DOM 1 | DOM 2
SWF UPLOAD |
Button 1 | Button 2
-------------------------------------
When user click the button1, it will show dom1. Same for the Button 2.
When user start loading the page. SWFUPload works fine. I then click Button1 to show the DOM 1, then SWFUpload does not work anymore.
Again with button 2, SWFUpload still works.
Also base on my case SWFUpload also does not works on table.
I will report this as a bug to SWFUpload