FileManager4TinyMCE icon indicating copy to clipboard operation
FileManager4TinyMCE copied to clipboard

Plugin for manage and upload file for TinyMCE 4

Results 10 FileManager4TinyMCE issues
Sort by recently updated
recently updated
newest added

[TASK] Allowed file-endings should not only get checked on the client-side but also on the server-side Remember: Checks on client-side may easily be circumvented by opening up javascript console and...

Hi I have followed the installations steps but I get the following error when i click on the upload image icon Failed to load plugin: filemanager from url http://127.0.0.1:8000/static/tinymce/js/tinymce/plugins/filemanager/plugin.min.js

If subfolder GET parameter is set when calling /tinymce/plugins/filemanager/dialog.php then it is possible to traverse outside the containing folder by using '/../' in the query. So a web visitor can...

Hi there, I was looking for a file picker and uploader and then I came across this FileManager which is awesome so far. But, everything works fine, uploading, thumbnails et...

Hello, anybody knows why I can't upload a file into subfolder?? IS posible only upload file to folder root. In config.php I have: $base_url="http://www.programasi.org"; $upload_dir = '/images/docs/'; $current_path = '../../../../../../../../images/docs';...

Hello I am trying to use this plugin and i have following error ![image](https://cloud.githubusercontent.com/assets/5917783/7753867/9816b63a-0001-11e5-9e68-5feccb0ba45e.png) My Code is ``` tinymce.init({ selector: "textarea", theme: "modern", skin: "lightgray", subfolder:"uploads", plugins: [ "paste advlist...

how to change upload dir for laravel 5 base? `$base_url=""; //url base of site if you want only relative url leave empty $upload_dir = '/public/upload/'; // path from base_url to...

Error: https://github.com/zendframework/zf2/issues/3880 Solution: https://github.com/zendframework/zf2/issues/3880#issuecomment-14160074 session_auth.php

when Im applying image below error is coming in IE8. Message: Object doesn't support this property or method Line: 135 Char: 2 Code: 0 URI: http://dev.smashsolutions.com/tinymcefornewsletter/js/tinymce/plugins/filemanager/js/include.js Please help me. Thank...

I am trying to upload larger file size video using tinymce in s3 howerver video are completely uploaded in s3 using tinymce but video are not playable in tinymce editor.