Hi,
When i upload a file using the dialog box of fckeditor the file is uploaded successfuly but the dialog box shows me the loading bar infinitly with no success message (dialog box is not responding)
how could i fix this issue ?
please help et thanks in advance
When i upload a file using the dialog box of fckeditor the file is uploaded successfuly but the dialog box shows me the loading bar infinitly with no success message (dialog box is not responding)
how could i fix this issue ?
please help et thanks in advance

Re: problem with upload
Re: problem with upload
Re: problem with upload
Re: problem with upload
I thought that it must see the constant if it is defined in library and looked for the mistake elsewhere.
I don't know why because DirectoryFileFilter.DIRECTORY is not depricated and should be used in older java versions, but when I changed it to DirectoryFileFilter.INSTANCE it runs well.
So thank you.