New Froala Editor v5.3.0 is here – Learn More
Froala Documentation
- Installation Guides
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
File Manager in Froala Editor
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:
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> Whats on this page hide