Upload Image
# Overview
The upload feature allows you to select files from your local device and upload them directly to the system. It supports multiple file types and ensures smooth handling of file transfers.
# Demo
Select files from your computer and upload them with ease perfect for adding new content or assets in just a few clicks.
#Required Configuration
When using the Upload Image tool, you must define the upload path and create the corresponding folder. Set this path in the uploadPath key, as shown in the example below.
# Configuration
<script>
window.sitsEditorConfig = {
appUrl : 'https://yourdomain.com/your-folder/',
addOns : ['insertImage'],
uploadPath : '{path of the uploaded directory}',
};
</script>
// If display only "insertImage" buttons in the toolbar.
Every day, we work hard to make sure our documents are complete. Have you found any mistakes or missing information? Please tell us here.
On this Page
On this Page
