I have implemented CKFinder in MVC.Net and have made a few small changes to the setup, so the urls work correctly. I initialize CKFinder the following way:
The controllers for CKFinder and connector just returns the view, so there is no big fuzz there.
The regular upload works, but when I try to do a quick upload the textbox is removed and the button upload is still available. If I try to click "ok, it says "image url is missing".
I don't receive any errors, and I have tried to debug, but still I don't get any errors.
Hope you can help
/Dofs
CKEDITOR.replace('message', { filebrowserBrowseUrl: '/ckfinder/ckfinder', filebrowserImageBrowseUrl: '/ckfinder/ckfinder?type=Images', filebrowserFlashBrowseUrl: '/ckfinder/ckfinder?type=Flash', filebrowserUploadUrl: '/ckfinder/connector?command=QuickUpload&type=Files', filebrowserImageUploadUrl: '/ckfinder/connector?command=QuickUpload&type=Images', filebrowserFlashUploadUrl: '/ckfinder/connector?command=QuickUpload&type=Flash' } );
The controllers for CKFinder and connector just returns the view, so there is no big fuzz there.
The regular upload works, but when I try to do a quick upload the textbox is removed and the button upload is still available. If I try to click "ok, it says "image url is missing".
I don't receive any errors, and I have tried to debug, but still I don't get any errors.
Hope you can help
/Dofs
Re: Can't get quick uploads to work
I don't know what I now did wrong, but apparently now the regular upload throws the error "Invalid Request". I can see that there is made a request to:
, but how is that possible when I have added the configuration as shown in the post above?
Re: Can't get quick uploads to work
I have looked a bit more, and it seems like it doesn't respect all the options when initializing it with CKEditor.
I tried the following to provoke an error: