Ajax Uploader - DialogFilter works in IE not in firefox ?

Last post 04-06-2012, 8:05 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  04-05-2012, 9:24 AM 73632

    Ajax Uploader - DialogFilter works in IE not in firefox ?

    I have set..
     
     DialogFilter="MP3 files (*.mp3)|*.mp3|All files (*.*)|*.* "
     
    I also have allowed AllowedFileExtensions=".MP3"
     
    Works in Ie.. not in firefox..
     in firefox AllowedFileExtensions=".MP3" works.. but the DialogFilter does not.
  •  04-06-2012, 8:05 AM 73648 in reply to 73632

    Re: Ajax Uploader - DialogFilter works in IE not in firefox ?

    Hi shawndg,
     
    1. Please install the silverlight or flash plug-in for your firefox browser.
     
    2. You can see all the file type in the select file dialog, but once you choose the file for upload, the uploader control will shows you the message, file type do not allow. And will disable the upload.
     
    We achieve the filter function on server side and client side both. The client side filter like what you see in the select file dialog is based on silverlight and flash plug-in. If your browser has not install the silverlight or flash plug-in, then it will switch the IFrame mode directly. The IFrame mode does not support to filter the file at client side, so we will filter the upload file at server side.
     
    Regards,
     
    Ken 
View as RSS news feed in XML