i try to set the file filtering like here :
http://www.telerik.com/help/aspnet-ajax/asyncupload-file-filtering.html
i try in to way :
both or not workingthis.FileFilters.Add(newFileFilter("Tous les documents accepté", typeDocumentCtrl.getExtensionAllowed().ToArray()));typeDocumentCtrl.getExtensionAllowed().ForEach(delegate(stringextension){this.FileFilters.Add(newFileFilter(extension,newstring[] {extension}));});this.AllowedFileExtensions = typeDocumentCtrl.getExtensionAllowed().ToArray();
i just need it for chrome other browser would be nice but not mandatory
i also try :
Telerik.Web.UI.RadAsyncUpload.Modules.Flash.isAvailable = function () { return false; };Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function() { return false; };the last test was quick maybe i can test further, but i don't know how to test in a usefull way :-)
thank to help me :-)
