Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
FCKeditor 2
Last post
Sun, 03/13/2005 - 14:57
#1
cotiy
Joined:
13/03/2005
Posts:
1
How to Upload Other Files??
In the test file i can upload other files(such as TXT.RAR.SWF....),but in the Editor only can upload Imgage..How to Fix It......
Sun, 03/13/2005 - 14:57
#2
xenden
Joined:
08/04/2006
Posts:
321
RE: How to Upload Other Files??
Maybe you need to add extentions to AllowedExtentions?
$Config['AllowedExtensions']['File'] = array() ;
Dunno. Might need to uncomment the path to where you want to save the files in the config.php, as the test.html sets it's own.
Good Luck!
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: How to Upload Other Files??
$Config['AllowedExtensions']['File'] = array() ;
Dunno. Might need to uncomment the path to where you want to save the files in the config.php, as the test.html sets it's own.
Good Luck!