AllowedFileExtensions does not work firefox

Last post 01-28-2013, 9:30 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  01-28-2013, 7:00 PM 76747

    AllowedFileExtensions does not work firefox

    Good day,

     

    When i set the   AllowedFileExtensions property it does not filter the files in firefox. All files are displyed and when a file that is not allowed is selected. It does not get uploaded. Is this the expected behaviour. Can a message be displayed when a file that is not allowed is selected.

  •  01-28-2013, 9:30 PM 76749 in reply to 76747

    Re: AllowedFileExtensions does not work firefox

    Hi chispa,

     

    The dialog filter function is based on silverlight and flash plug-in. On your firefox, it will loads the html5 as the default upload mode. The control will check the file extension again at server side, so i think it will not causes the problem. 

     

    you can set property  UploadTypePriority to Silverlight,Flash,HTML5, then the control will loads the silverlight and flash first.

     

         <CuteWebUI:Uploader runat="server" ID="Uploader1" UploadTypePriority="Silverlight,Flash,HTML5" >
            </CuteWebUI:Uploader>
     

    Regards,

     

    Ken 

View as RSS news feed in XML