semicolon24's avatar

the upload path does not appear to be valid tinymce

Can anyone help, how do I determine the storage location for my images that I uploaded from tinymce, because I experienced the error "the upload path does not appear to be valid" here is my tinymce script code

<script src="{{ asset('plugins/tinymce-4.6.1/tinymce.min.js') }}"></script>
<script>
        tinymce.init({
        schema: "html5",
        extended_valid_elements:"script[charset|async|defer|language|src|type],",    
        relative_urls : false,
        remove_script_host : false,
        convert_urls : true,
        selector: "textarea.tinymce",
        height: "300",
        image_caption: true,
        automatic_uploads: true,
        plugins: ["textcolor advlist autolink lists link image charmap print preview anchor", "searchreplace 		 
        visualblocks code fullscreen", "insertdatetime media table contextmenu paste jbimages"],
        toolbar: "insertfile undo redo | styleselect | numlist bullist | forecolor backcolor bold italic | alignleft 
        aligncenter alignright alignjustify | outdent indent | link image jbimages",
    });
</script>
0 likes
5 replies
semicolon24's avatar

@Snapey upload image in tinymce, because when I try to upload the error "the upload path does not appear to be valid" appears and I can't click the upload image button on tinymce

Snapey's avatar

I notice that in your list of plugins, you have jbimages.

Please reconsider, this plugin has not been developed for 10 years and is noted as discontinued by the author - probably because the editor now supports image uploads without a 3rd party plugin.

Please or to participate in this conversation.