This is a migrated thread and some comments may be shown as answers.

RadAsyncUpload FileFilter not working in Google Chrome

3 Answers 259 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 2
Jay asked on 29 Apr 2013, 07:38 AM
Hi Telerik,

File filtering is not working in google chrome, but in IE it is ok.

Telerik Version: 2012.3.1127.35
Runtime Version: v2.0.50727

<telerik:RadAsyncUpload runat="server" ID="RadAsyncUpload1"  OnClientFileUploaded="OnFileUploaded"         OnClientFileUploadRemoved="OnClientValidationFailed"
                        OnClientFileDropped="OnClientValidationFailed" OnClientValidationFailed="OnClientValidationFailed" 
                        ManualUpload="false" MultipleFileSelection="Disabled" MaxFileInputsCount="1" MaxFileSize="5000000" width="220px">
    <FileFilters>
        <telerik:FileFilter Description="Documents(pdf;tiff;tif)" Extensions="pdf,tiff,tif" />
    </FileFilters>
    <Localization Select="Browse" />
</telerik:RadAsyncUpload>

I'm filtering pdf and tiff documents only, but when I click Browse/Select in RadAsyncUpload it shows all the files in the directory when i use chrome.

Please advice. Thanks!


3 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 02 May 2013, 07:38 AM
Hi Jay,

RadAsyncUpload uses Upload Modules for different browsers. For Internet Explorer it uses Silverlight which allows to display the filter extensions in Open Dialog Window. For other modules that support rest of the browsers filter is working but it is not displayed in the Open Dialog Window as modules don't support it. Here is the help topic where this issue is explained.

Regards,
Hristo Valyavicharski
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
David
Top achievements
Rank 2
answered on 04 Sep 2015, 07:40 PM
When will functional file filtering be available in the Telerik RadAsyncUploadcontrol? The HTML5 input type=file control provides this functionality without the use of silverlight or flash, which Telerik is rendering to the page. If I add the accepts property inline through a devloper tool, the filter works just fine. ​So I am unclear why Telerik does not support this, it only requires the addition of one property to the rendered input type=file html control
0
Hristo Valyavicharski
Telerik team
answered on 09 Sep 2015, 09:10 AM
Hi David,

This is a great idea. We will implement it. Please submit it to our feedback portal.

Thanks.

Regards,
Hristo Valyavicharski
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
Jay
Top achievements
Rank 2
Answers by
Hristo Valyavicharski
Telerik team
David
Top achievements
Rank 2
Share this question
or