Upload image

This example shows the basic setting for uploading images. See the documentation for more details.

Code

<!-- element -->
<textarea id="entry">...</textarea>

<!-- call -->
<script>
let app = Redactor('#entry', {
    image: {
        upload: '/image-uploader-path/'
    }
});
</script>