1) See below:
2) It worked when I moved the text to the panel as well:
<%-- Progress --%>
<asp:Panel ID="uploadProgress" runat="server" CssClass="progress">
<asp:Label ID="uploadProgressText" runat="server" CssClass="progressText" />
</asp:Panel>
Is the progressbar sensitive for CSS styling?
3) I understand that I can keep uploading files. What I mean is: what's the point in a PersistedFileUploader (with MultipleFilesUpload="false") to keep the select image (in the image above, the edit image button) visible (because what will it do (it should do nothing)).
Thanks!