Hi,
I use ckeditor in local, now I'll upload files from local with upload dialog but without filebrowser beacuse I want that linked to local url (file:///)
Then, I enabled upload tab with :
I only want "<a href="">" with the path selected, I try onSelect but it's not works for me, anyone know how set a link to a local file?
Thanks.
I use ckeditor in local, now I'll upload files from local with upload dialog but without filebrowser beacuse I want that linked to local url (file:///)
Then, I enabled upload tab with :
config.filebrowserUploadUrl = 'null?type=files'; config.filebrowserBrowseUrl = 'null?type=files';
I only want "<a href="">" with the path selected, I try onSelect but it's not works for me, anyone know how set a link to a local file?
Thanks.