On IE8 with flash plugin, there are 2 "Start upload" buttons. One within Flash widget, the other is below it.

If I click "Start upload" button within Flash, image thumbnails will not show after upload complete. And the button "Start upload" below the Flash doesn't disappear either. I must click the "Start upload" button below the Flash again to make image thumbnails shown.

If I click "Start upload" button below the Flash widget, everything works fine.

I think we should hide the "Start upload" button in Flash. (But I am not sure whether it can be done in this module)

Cameron

Comments

hgneng’s picture

Component: Documentation » Code
hgneng’s picture

Add following style could accomplish the task:

.plupload_button.plupload_start
{
     display:none;
}