diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml index 2e92b6967c..c768c8ccd9 100755 --- a/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml @@ -133,6 +133,8 @@ with BigBlueButton; if not, see . fileFormatHintLbl.visible = false; fileFormatHintLbl.includeInLayout = false; + uploadedFilesList.enabled = false; + progressReportBox.includeInLayout = true; progressReportBox.visible = true; @@ -306,7 +308,7 @@ with BigBlueButton; if not, see . -