Upload/create/rename functions
Replies (1)
(1-1/1)
Added by Yucca One 10 months ago
Hi guys,
Very great job with your project.
When I create/rename a folder or I create/upload/rename a file, I would like to use my own php function to have good filename and foldername ; is-it possible ?
Thanks
In elFinder 2 - yes. You need to use callback functions see how class elFinderSimpleLogger is implemented here https://github.com/Studio-42/elFinder/blob/2.x/php/connector.php and bind connector option. You can bind your own callbacks to any action
(1-1/1)