views:

16

answers:

2

Hi, I'm not sure how to allow my RadEditor to accept .zip files it has all of the default content managers (image, flash, template, media, document) and none of these will allow my users to upload a .zip file and I cannot find where I can change this manually. I am using Visual Studio 2010 with Telerik and the RadEditor control.

Thanks

A: 

I decided to use the RadUpload Control underneath my RadEditor this seems to work fine now.

h34dhun73r
disregard this answer the one above is correct and more useful.
h34dhun73r
A: 

You can set the SearchPatterns property of one of the editor dialogs (e.g. Document Manager) and add the *.zip extension to the list. This way the dialog will allow you to upload/browse zip files. See the telerik online help for the property - Document Manager

lingvomir
yep this seemed to work I went into the DocumentManager's SearchPatterns property and set it to *.zip now it allows me to add zip files. Thanks.
h34dhun73r

related questions