Changes between Version 2 and Version 3 of ServerSideStatus


Ignore:
Timestamp:
Feb 1, 2007, 11:20:58 AM (17 years ago)
Author:
Frederico Caldeira Knabben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSideStatus

    v2 v3  
    11= Server Side Integration Status =
     2
    23This page aims to document the status of all server side implementations available in the FCKeditor. The !JavaScript implantation is also included. In this way all implementation will have the same expected quality level, simplifying also the introduction of new features in all languages.
    34
     
    78 * '''File Browser Connector and Quick Uploader''': the communication system for the generic File Browser and Quick Uploader interfaces
    89 * '''Other''': other features related to the integration
    9 
    1010
    1111
     
    4040==== Configuration Object ====
    4141
    42 A collection or object which holds configurations set in the moment of the instance creation. For example, by calling "oFCKeditor.Config[‘!FullPage’] = true" in the !JavaScript integration. This object must accept Boolean, String  and Integer values.
     42A collection or object which holds configurations set in the moment of the instance creation. For example, by calling "oFCKeditor.Config['!FullPage'] = true" in the !JavaScript integration. This object must accept Boolean, String  and Integer values.
    4343
    4444The integration must be "smart", depending on the specific language features. For example, with ASP.Net, setting like "!CustomConfigurationsPath" can be set to something like "~/myconfig.js", where the tilde must be resolved in the server side to point to the application root.
     
    6868||!ForceSingleExtension   ||      ||      ||       ||           ||      ||      ||      ||  X   ||      ||
    6969||Check Allowed Extension ||      ||  X   ||       ||           ||      ||  X   ||      ||  X   ||      ||
     70||Check images            ||      ||      ||       ||           ||      ||      ||      ||      ||      ||
    7071
    7172
     
    9697==== Check Allowed Extension ====
    9798
    98 This is the most important check on uploads. The file extension must be checked by type, as defined in the configuration file. The default configurations must mach those in the PHP configuration file.
     99This is the most important check on uploads. The file extension must be checked by type, as defined in the configuration file. The default configurations must match those in the PHP configuration file.
    99100
     101==== Check images ====
     102
     103If you get a HTML page, rename it to .jpg, for example, and load it into IE, it will open the HTML page, instead of showing an invalid image. So, for image files, a check must be done to ensure those are really images.
    100104
    101105
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy