IE 11 broke my uploader

  •  12-02-2013, 3:16 PM

    IE 11 broke my uploader

    IE 9 and Chrome still work correctly.

     

    here's the aspx:

     

            <cc1:Uploader ID="fileUploader" runat="server" 

                ValidateOption-EnableMimetypeChecking="False" 

                MultipleFilesUpload="True" 

                TempDirectory="~/UploaderTemp"

                onuploadcompleted="fileUploader_UploadCompleted"

                InsertButtonID="bnNew"  >

                <ValidateOption EnableMimetypeChecking="False" AllowedFileMimeTypes=""></ValidateOption>

            </cc1:Uploader>

            <button class="btn-new" id="bnNew">Add Files</button>

     

    the bnNew isn't browsing and the uploader is actually showing up.  On IE 9 and Chrome, the control is hidden and the button does the browse.

     

    I think I'm using the latest version.  

     

    What am I doing wrong?

     

    thanks 

    Filed under:
View Complete Thread