'Select File' dialog box NOT displaying for some users

Last post 03-01-2013, 8:12 PM by NewmanJerry. 6 replies.
Sort Posts: Previous Next
  •  01-16-2013, 2:13 PM 76661

    'Select File' dialog box NOT displaying for some users

    Hi there, many of my users are reporting that when they click on 'Upload File', they never get prompted to select a file, it just takes them back up to the top of the page.  

     

    I have a somewhat complex page with 3 different upload buttons for the users.  

     

    Can anyone please tell me why this is happening and more importantly how I can fix it?  

     

    Here is a simple page example:  

    http://squirtinternationaltournament.com/test.aspx

     It works fine in Chrome but in IE 9, it does NOT prompt the user to select file.

     

     

    Thanks.

    Jen

     

     

     

     

    Filed under:
  •  01-16-2013, 7:32 PM 76668 in reply to 76661

    Re: 'Select File' dialog box NOT displaying for some users

    Hi Jen,

     

    Please try the example page below. Does it get the same problem?

    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7.     <title>example</title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <CuteWebUI:UploadAttachments runat="server" ID="Uploader1">  
    12.         </CuteWebUI:UploadAttachments>  
    13.     </form>  
    14. </body>  
    15. </html>  

    Regards,

     

    ken 

  •  01-17-2013, 1:37 PM 76676 in reply to 76668

    Re: 'Select File' dialog box NOT displaying for some users

    No, I don't get an error with this page, but this is using a differnt control.  I want to use the uploader, not the upload attachment.  
  •  01-17-2013, 1:59 PM 76678 in reply to 76676

    Re: 'Select File' dialog box NOT displaying for some users

    Hi Jenyphur,

     

    How about this one? It is the uploader control now.

     

    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7.     <title>example</title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <CuteWebUI:Uploader runat="server" ID="Uploader1">  
    12.         </CuteWebUI:Uploader>  
    13.     </form>  
    14. </body>  
    15. </html>  
     

    Regards,

     

    Ken 

  •  02-28-2013, 10:07 PM 76961 in reply to 76678

    Re: 'Select File' dialog box NOT displaying for some users

    I'm also having the same problem with the IE9 browser.

    The code above does not prompt the select file.

     

     

  •  03-01-2013, 12:09 PM 76966 in reply to 76961

    Re: 'Select File' dialog box NOT displaying for some users

    Hi NewmanJerry,

     

    Can you post your uploader page url? So we can check it for you directly.

     

    Regards,

     

    Ken 

  •  03-01-2013, 8:12 PM 76968 in reply to 76966

    Re: 'Select File' dialog box NOT displaying for some users

    Sorry Ken but the url is in a intranet.

     

     

View as RSS news feed in XML