I want to download the image from the PC to the server via frontend.
At the moment, the images are downloaded from the Internet, but without selecting the image from the PC.
How to implement it or maybe there is a better option than Tinymce?
tinymce.init({ mode : "exact", elements: "news-content", theme: "modern", language: 'ru', plugins: [ "advlist autolink lists link image charmap print preview anchor", "searchreplace visualblocks code fullscreen", "insertdatetime media table contextmenu paste" ], toolbar1: "undo redo | bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | styleselect", toolbar2: "responsivefilemanager | link unlink anchor | image media | forecolor backcolor | print preview code", }); 