Days
Hours
Minutes
Seconds
x

New Froala Editor v4.4 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>