Error in the Sample of ImageUpload
ImageUpload
Uit FCKeditor Docs
< FCKeditor 2.x | Developers Guide | Configuration | Configuration Options
Ga naar: navigatie, zoeken
ImageUpload
This option allows you to enable/disable "Upload" tab in the "Image Properties" window. By default it is set to 'true' so the images can be uploaded. Example:
FCKConfig.FlashUpload = true ;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
should be
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
FCKConfig.ImageUpload = true ;