Hello,
When we upload a file via CKFinder, the file gets uploaded but does not get highlighted like it does in the demo on your website. If there are many files, the uploaded file gets lost in the shuffle. We are using a custom connector. Are we missing some code that is supposed to highlight the file?
Thanks,
Mallika
When we upload a file via CKFinder, the file gets uploaded but does not get highlighted like it does in the demo on your website. If there are many files, the uploaded file gets lost in the shuffle. We are using a custom connector. Are we missing some code that is supposed to highlight the file?
Thanks,
Mallika
Re: Highlighting file after upload
Upload the same file on the demo page and on your site and check whether the Response is the same.
The name of the file is needed in order to select it. Something like
after a successful file upload is needed to select that particular file.
Note: the expected structure of response after a file upload is more complex, see the PHP connector source files to get a better overview.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Highlighting file after upload