Prasath Mani
Prasath Mani
@VladislavDolgolenko you can try this [Filemanager](https://github.com/prasathmani/tinyfilemanager) with drag and drop multi upload option.
current application does not support this option, will consider feature releases
`$_SESSION[FM_SESSION_ID]['logged']`
@decioviegas and @dagon84 , could you please check error logs and security logs, if you found something related to tinyfilemanager, plz share the logs, really it helps to find the...
removed PHP decoded code in the new version, hope it resolves the issue
not actively contributing now, will fix all this in future release
fix to path traversal vulnerability #718. by @joaogmauricio
possible please create a PR
append your query param in `fm_redirect` ```php // always use ?p= if (!isset($_GET['p']) { fm_redirect(FM_SELF_URL . '?p=&username='.$_GET['username']); }
thanks for reporting, will fix it in next commit