I want to use trial Library of Ck-finder in my asp.net mvc4 application. i am not getting exact clue .please help me with some links and examples.
Any Kind of help will be appreciated.
I want to use trial Library of Ck-finder in my asp.net mvc4 application. i am not getting exact clue .please help me with some links and examples.
Any Kind of help will be appreciated.
Here are the instructions I followed to get my instance of CK Finder working:
Copy the distribution files to your web server and place them in the /ckfinder/
folder (or any other folder of your website).
Create a new folder on the server that will be used to store all uploaded files. By default, CKFinder is configured to use the /ckfinder/userfiles/
folder of your website.
Make the user files folder writable for the Internet user. On Windows systems, give write permissions to the IUSR_ user.
Edit the config.ascx file. Make sure you have correctly set all settings in that file, and that you have enabled CKFinder. See Configuration for more information.
Create a reference to the CKFinder.dll
file in your project by using one of the methods described below:
CKFinder.dll
file (it is located in the ckfinder/bin/Release
directory) to the bin directory of your website,CKFinder.dll
file from the directory you have saved it in.You should be ready to go. Open the _samples/aspx/standalone.aspx
page in your browser to test and see CKFinder in action.
Security Tips
While installing and configuring CKFinder, keep the following important issues in mind.
CheckAuthentication()
function, for example based on session variables. Do not simply "return true" from it as it will make it possible for any user (including anonymous users) to upload and delete files on your server.