I have integrate the CKEditor and CKFinder by referring documentation from their site.
In that, I successfully uploaded different types of docs, pdf and images. But every time when I upload the document the link generated is like
/Project_folder/files/0321832051(3).pdf
but I have to just display the file name and on that file there should be a link. eg 0321832051(3).pdf when I click on that link it should be open. I searched on google but I didn't get the solution for it. Did any one tried it. Please let me know if any one knows.
For this I am using ckeditor and ckfinder for asp.net
Did any one know this?