Skip to content

Commit

Permalink
Update docs description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Jan 30, 2018
1 parent 5a21e7c commit b236c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filebrowser/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
* * `'xhr'` - (default) XMLHttpRequest is used to upload file. Using this option allows to set up with additional XHR headers with
* {@link CKEDITOR.config#fileTools_requestHeaders} option.
* * `'form'` - File is uploaded by submitting a traditional `<form>` element.
* * `null` - The default method is used.
* * `null` - The default method is used. _Note: Below version 4.9.0 only available upload option was submitting a form._
*
* Note: please be aware that `'xhr'` requires the [File Tools](https://ckeditor.com/cke4/addon/filetools) plugin to work
* properly. Without the plugin or using a browser that does not support
Expand Down

0 comments on commit b236c69

Please sign in to comment.