I would like to be able to upload files to a custom url without a file browser. I see these options
http://docs.ckeditor.com/#!/guide/dev_file_browser_api
but I have no need for a file browser would changing
filebrowserUploadUrl: '/uploader/upload.php?type=Files'
to my own server allow for uploads without using a "filebrowser" application.