Hi!
I'm struggling a bit trying to figure out how to upload images using the "upload"-tab in CKEditor.
Basically, I assume that the page I defined as filebrowserImageUploadUrl is supposed to handle the upload-logic, right?
I also assume CKEditor sends (or tries to) some sort of reference to that page which I can use to actually upload the image that was selected. But how do I get find that reference?
I'm working with ASP.NET.
I'm struggling a bit trying to figure out how to upload images using the "upload"-tab in CKEditor.
Basically, I assume that the page I defined as filebrowserImageUploadUrl is supposed to handle the upload-logic, right?
I also assume CKEditor sends (or tries to) some sort of reference to that page which I can use to actually upload the image that was selected. But how do I get find that reference?
I'm working with ASP.NET.
Re: Upload Images