Select file dialog does not show on IE8

Last post 05-06-2013, 2:26 PM by Preusst. 11 replies.
Sort Posts: Previous Next
  •  02-26-2013, 2:20 PM 76925

    Select file dialog does not show on IE8

    Hi,

     

    we use the ajaxuploader as follows:

    <CuteWebUI:UploadAttachments ID="AjaxUpload" OnFileValidating="AjaxUploader_FileValidating" InsertButtonID="btChooseFiles" CancelButtonID="cancel_hidden" TableStyle-Width="100%" ItemCellStyle-Width="100%" InsertText="Datei(en) auswählen" InsertButtonStyle-CssClass="button" CancelButtonStyle-CssClass="button"  ProgressCtrlID="UploadPanel" ProgressTextID="UploadLabel" MultipleFilesUpload="True"  ManualStartUpload="True" OnUploadCompleted="UploadCompleted"  OnFileUploaded="FileUploadCompleted" runat="server" >
                            </CuteWebUI:UploadAttachments>

     

    with this LinkButton to show the "select files" dialog:

    <asp:LinkButton ID="btChooseFiles" class="cursorPointer"  Width="150" Height="150" BackColor="Transparent" runat="server" Enabled="true"></asp:LinkButton> 

     

    It all works fine in FF, Opera and IE9. But in IE8, instead of showing the select files dialog it just sends a postback.  

     

    Do you have any suggestions what the problem might be? 

  •  02-27-2013, 4:29 PM 76940 in reply to 76925

    Re: Select file dialog does not show on IE8

    In IE8 the javascript method "CuteWebUI_AjaxUploader_OnInitialize()" is never called. So I suppose the Uploader is never initialized, which would explain why the button performs a postback instead of the desired behaviour. 

    Any Ideas why Uploader won't initialize?

  •  02-27-2013, 4:36 PM 76941 in reply to 76940

    Re: Select file dialog does not show on IE8

    Hi WebsterTompkins,

     

    the development team alread working on this issue. once issue is fix, I will keep you posted.

     

    Regards,

     

    Ken 

  •  04-15-2013, 11:24 AM 77227 in reply to 76941

    Re: Select file dialog does not show on IE8

    Hi Ken,

     

    do you have any news on this issue yet?

     

    Cheers 

  •  04-15-2013, 12:27 PM 77230 in reply to 77227

    Re: Select file dialog does not show on IE8

    Hi Webster,

     

    Please download the latest build and try again, it should works now.

     

    Latest build download url: http://ajaxuploader.com/download/Ajax-Uploader.zip

     

    Regards,

     

    ken 

  •  04-16-2013, 12:26 PM 77236 in reply to 77230

    Re: Select file dialog does not show on IE8

    Hi Ken,

     

    the file dialog works now. But when i try to upload the selected file, the uploader starts but doesn't actually upload any data. IE just shows a little warning sign in the left bottom corner and on double click prompts "access denied".

    Is it possible that there still is a problem with IE8?

     

    Cheers 

  •  04-17-2013, 12:03 PM 77240 in reply to 77236

    Re: Select file dialog does not show on IE8

    Hi WebsterTompkins,

     

    Can you try the example page below? Does it work? The file will upload to your site root.

     

    1. <%@ Page Language="C#" Title="Customize the queue UI" %>  
    2.   
    3. <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">  
    5. <script runat="server">  
    6.   
    7.     protected void uploader1_FileUploaded(object sender, UploaderEventArgs args)  
    8.     {  
    9.         args.CopyTo("~/"+args.FileName);  
    10.     }  
    11. </script>  
    12.   
    13. <html xmlns="http://www.w3.org/1999/xhtml">  
    14. <head id="Head1" runat="server">  
    15. </head>  
    16. <body>  
    17.     <form id="Form1" runat="server">  
    18.         <div>  
    19.             <CuteWebUI:UploadAttachments ID="uploader1" runat="server" OnFileUploaded="uploader1_FileUploaded">  
    20.                </CuteWebUI:UploadAttachments>  
    21.         </div>  
    22.     </form>  
    23. </body>  
    24. </html>  
     

    Regards,

     

    Ken 

  •  04-19-2013, 7:35 AM 77246 in reply to 77240

    Re: Select file dialog does not show on IE8

    Hi Ken,

     

    I tried your example. It works on Firefox but on IE8 I still have the same result as on our site. 

     

    Cheers 

  •  04-19-2013, 12:20 PM 77250 in reply to 77246

    Re: Select file dialog does not show on IE8

    Hi WebsterTompkins,

     

    Can you send me the url of the example page above? So I can try it directly.

     

    You can post here or send to Kenneth@CuteSoft.net

     

    Regards,

     

    Ken 

  •  05-04-2013, 6:28 AM 77350 in reply to 77250

    Re: Select file dialog does not show on IE8

    Did you get a resolution to this problem? I have the latest buld and I have issues with IE8 on XP if jQuery is linked on the same page.All other browsers are fine?
  •  05-06-2013, 12:33 PM 77360 in reply to 77350

    Re: Select file dialog does not show on IE8

    Hi PeterWithAnO,

     

    Can yo provide the full examle which can reproduce your issue? So we can check your code directly. You can poste here or send to Kenneth@CuteSoft.net.

     

    Regards,

     

    Ken 

  •  05-06-2013, 2:26 PM 77368 in reply to 77360

    Re: Select file dialog does not show on IE8

    we are having the same issue with the latest build which we installed because of the McAfee problems. The user is IE9 and Win 7
View as RSS news feed in XML