tinyfilemanager
tinyfilemanager copied to clipboard
Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
Is there a callback feature to connect to this ckEditor and input field for select file - like responsivefilemanager `< input type="button" href="../filemanager/filemanager.php?field_id=imgFiel&" value="">`
Hi i love your project, and im developing your project to, im add new feature! Download all Selected file This feature support for all browser. [screenshot](https://user-images.githubusercontent.com/69179342/183556745-1ff0d3ff-dd27-4023-817c-0f65cb5635d2.png)
It would look much better if the delete and rename dialog would be a custom bootstrap modal instead of a default alert.
add event listeners to the text box to set the onbeforeunload function For the advanced editor we need to listen for when the editor is loaded before we can attach...
It would be nice to use Ctrl+S in the normal file editor to save the file, like in the advanced editor.
i have found something on github pages of tinyfilemanager during my recon on other sites how can i report this
A php file contains this code: ``` if(array_key_exists('REQUEST_URI', $_SERVER)){ if(strpos($_SERVER['REQUEST_URI'], basename(__FILE__)) !== false){ header('HTTP/1.0 404 Not Found', true, 404); die(); } } ``` Now if you preview or edit that...
$directories_users is defined twice in the config section of the script leading to overwriting of the specified values in the second time it is defined.
Hello! How exclude subfolder or file? I have folder structure from date. 2022/01 2022/02 etc In exclude_items format as '/dir/2022/01' doesnt work. How fix it?