Browse Source

Remove comment about createObjectURL browser support, since this function is supported in all TinyMCE-supported browsers.

pull/1448/head
Dylan Just 5 years ago
parent
commit
6d7590d6a0
  1. 2
      demo/file-picker.md

2
demo/file-picker.md

@ -8,8 +8,6 @@ keywords: example demo image local-file-picker file_picker_callback
While we demonstrate how you can add local file picker to the *Image* dialog, in order for it to be useful in the real-world scenario, you should also enable [image uploading functionality]({{ site.baseurl }}/general-configuration-guide/upload-images) - as a way to transport those local images to a server.
> Note: The following code relies on `URL.createObjectURL()`. To check the level of support for this feature across modern browsers, visit [this link](http://caniuse.com/#search=createObjectURL).
{% include codepen.html id="file-picker" height="950" %}
You might also consider our [MoxieManager]({{ site.baseurl }}/plugins/moxiemanager/) module, which can hook onto `file_picker_callback` and provide feature-rich file manager UI right in the popup (check a demo [here](http://www.moxiemanager.com/demos/tinymce.php)). With accompanying plugins it is possible to pick files from Dropbox, Google Drive [and much more](http://www.moxiemanager.com/documentation/index.php/Plugins).
Loading…
Cancel
Save