I wanted to ask what to do to integrate into a ckeditor plugin to upload files, or sending a file to the server and automatically updates the preview of the file sent. Can you help me.
Hello,
CKFinder for ASP I had tried, but when you see the file manager I will show the message SESSION EXPIRED and does not work. It can have some and example of integration.
That means that the CKFinder script hasn't been able to find a component installed on your server to handle images, so you can either disable the resizing of images (as well as thumbnails), or as it's linked at the top of the config.asp file, use the setup script that tries to check your server and suggest you how to configure it to let asp.net do the job.
You have two options: you can
You have two options: you can add a custom file manager or use CKFinder.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Hello,
Hello,
CKFinder for ASP I had tried, but when you see the file manager I will show the message SESSION EXPIRED and does not work. It can have some and example of integration.
Link guide ASP Errore
thanks
Our documentation is on
Our documentation is on CKSource here.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
It does not work. From the
It does not work. From the error as in the attached picture. code used
<textarea class="ckeditor" cols="80" id="messaggio" name="messaggio">
Messaggio di default
</textarea>
<script>
CKEDITOR.replace( 'messaggio',
{
filebrowserBrowseUrl : 'plugins/ckfinder/ckfinder.html',
filebrowserImageBrowseUrl : 'plugins/ckfinder/ckfinder.html?type=Images',
filebrowserFlashBrowseUrl : 'plugins/ckfinder/ckfinder.html?type=Flash',
filebrowserUploadUrl : 'plugins/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Files',
filebrowserImageUploadUrl : 'plugins/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Images',
filebrowserFlashUploadUrl : 'plugins/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Flash'
});
</script>
Attachments:
Possible that there is a
Possible that there is a solution?
That means that the CKFinder
That means that the CKFinder script hasn't been able to find a component installed on your server to handle images, so you can either disable the resizing of images (as well as thumbnails), or as it's linked at the top of the config.asp file, use the setup script that tries to check your server and suggest you how to configure it to let asp.net do the job.
Check this explanation and download the wizard for CKFinder 2.3.1.