Using CKFinder 2.4.2 Classic ASP.
Our CKFinder will rename an upload if the file already exists. It adds "(n)" at he end of the new upload.
According to documentation http://docs.cksource.com/CKFinder_2.x/Users_Guide/CKFinder_Interface/Files_Pane
CKFinder should ask the user whether to overwrite or rename. (see attached)
I have looked in "ckfinder\core\connector\asp\CommandHandler\FileUPload.asp" and I can only see the code to overwrite. I can't find any reference to a user "overwrite / rename" dialog.
Any thoughts??