(describe the server enviroment) |
m (moved CKFinder/Developers Guide/ASP/System Requirements to CKFinder 1.x/Developers Guide/ASP/System Requirements) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Ckfinder Requirements Description}} | {{Ckfinder Requirements Description}} | ||
− | + | == 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: |
− | * AspJpeg component from Persits Software Inc. | + | |
− | * ASPImage 2 component from ServerObjects | + | * ASP.NET 1.1 or 2.0. If the .Net Framework is available in the server and enabled in IIS, and both the ASP and ASP.NET runtimes have write access to the Windows temporary folder then it will be used automatically. This is the recommended solution.<br> |
− | * | + | * [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.<br> | ||
+ | * [http://www.brizsoft.com/asp/thumb/ ASPThumb] component from BRIZ Software. Not distributed with CKFinder.<br> |
Latest revision as of 07:46, 28 May 2010
Browsers
CKFinder is compatible with the following browsers, with their default settings:
- Internet Explorer 5.5+
- Firefox 1.5+
- Safari 3+
- Opera 9.5+
Note for Opera: By default Opera is configured to not allow scripts to receive right click events. The context menu will not work because of this. To correct it, just enable this option in the Opera settings: Tools (Menu) > Preferences... > Advanced (Tab) > Content (Left List) > JavaScript Options... > Allow script to receive right clicks (must be checked).
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 in the server and enabled in IIS, and both the ASP and ASP.NET runtimes have write access to the Windows temporary folder then 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.