Days
Hours
Minutes
Seconds
x

Froala Editor v4.2.0 is Here LEARN MORE

Skip to content

Images

File Manager

While using the filesManager.min.js plugin it is possible to add diffrent types of files inside the WYSIWYG HTML editor.

Try it yourself:


Edit in JSFiddle

HTML

<div id="froala-editor">
    This is illustration for file manager in froala editor. In this sample we can upload multiple files of any type.
</div>

JAVASCRIPT

<script>
  new FroalaEditor('div#froala-editor', {
    // Define new image styles.
    toolbarButtons: ['insertFiles']
  })
</script>