(Article contents proof-read and formatted) |
|||
Line 1: | Line 1: | ||
{{Ckfinder_2.x Requirements Description}} | {{Ckfinder_2.x Requirements Description}} | ||
+ | |||
== Server == | == Server == | ||
− | |||
CKFinder for ASP is designed to run in '''IIS versions 5 and 6''', with no need of any extra component for its basic functionality, except for image manipulation. | CKFinder for ASP is designed to run in '''IIS versions 5 and 6''', with no need of any extra component for its basic functionality, except for image manipulation. | ||
In order to create thumbnails or restrict image dimensions, one of the following options must be available: | In order to create thumbnails or restrict image dimensions, one of the following options must be available: | ||
− | + | * ASP.NET 1.1 or 2.0. If the .NET Framework is available on the server and enabled in IIS, and both the ASP and ASP.NET runtimes have write access to the Windows temporary folder, it will be used automatically. This is the recommended solution. | |
− | * ASP.NET 1.1 or 2.0. If the . | ||
* [http://www.aspjpeg.com/ AspJpeg] component from Persits Software Inc. Not distributed with CKFinder. | * [http://www.aspjpeg.com/ AspJpeg] component from Persits Software Inc. Not distributed with CKFinder. | ||
− | * [http://www.serverobjects.com/comp/Aspimage.htm ASPImage 2] component from ServerObjects. Not distributed with CKFinder. | + | * [http://www.serverobjects.com/comp/Aspimage.htm ASPImage 2] component from ServerObjects. Not distributed with CKFinder. |
− | * [http://www.brizsoft.com/asp/thumb/ ASPThumb] component from BRIZ Software. Not distributed with CKFinder. | + | * [http://www.brizsoft.com/asp/thumb/ ASPThumb] component from BRIZ Software. Not distributed with CKFinder. |
Latest revision as of 12:25, 26 April 2011
Browsers
Currently, any of the following browsers is required for CKFinder to run:
- Google Chrome
- Firefox
- Internet Explorer 8+
- Safari
- Opera
Some features depend on your browser settings. CKFinder should work in any of the browsers listed above with their default settings enabled. If you are experiencing problems with the Context Menu or your Settings are not being saved, make sure that your browser is configured to "allow scripts to replace context menus" ("allow scripts to receive right clicks") and that you have "cookies support enabled".
Server
CKFinder for ASP is designed to run in IIS versions 5 and 6, with no need of any extra component for its basic functionality, except for image manipulation.
In order to create thumbnails or restrict image dimensions, one of the following options must be available:
- ASP.NET 1.1 or 2.0. If the .NET Framework is available on the server and enabled in IIS, and both the ASP and ASP.NET runtimes have write access to the Windows temporary folder, it will be used automatically. This is the recommended solution.
- AspJpeg component from Persits Software Inc. Not distributed with CKFinder.
- ASPImage 2 component from ServerObjects. Not distributed with CKFinder.
- ASPThumb component from BRIZ Software. Not distributed with CKFinder.