Hi,
In the file brwoser, I used PHP connector, all files types are allowed to be displayed inside the selected directory. I want to modify this situation to allow only displaying of files types that allowed to be uploaded. i.e. when you browse for image insert, you just able to see files types such as jpg or gif files. I think the implementation of such feature is not difficult. However, I need to know where the code that responsible for reading files in the selected directory. In other word, I need to know the method that doing this, so I may create a new inherited class from FCKeditor having an override for this method.
In the file brwoser, I used PHP connector, all files types are allowed to be displayed inside the selected directory. I want to modify this situation to allow only displaying of files types that allowed to be uploaded. i.e. when you browse for image insert, you just able to see files types such as jpg or gif files. I think the implementation of such feature is not difficult. However, I need to know where the code that responsible for reading files in the selected directory. In other word, I need to know the method that doing this, so I may create a new inherited class from FCKeditor having an override for this method.