I've figured it out... First, you can only upload non-graphic files through the Link button Then, edit the file config.asp in the folder: FckEditor\editor\filemanager\browser\default\connectors\asp
Change the line that says: ConfigAllowedExtensions.Add "File", "" to ConfigAllowedExtensions.Add "File", "WHATEVER EXTENSIONS"
The other lines in the page for Image, Flash, and Media will give you an idea of how it should be formatted. For example: ConfigAllowedExtensions.Add "Image", "jpg|gif|jpeg|png|bmp" |
|
|