Rename files on upload...
Replies (1)
(1-1/1)
Added by Mappet Smith 7 months ago
Need function when user uploads three files with uploader,they automatically rename...
Like first file: b1.jpg
Second:b2.jpg
Third:b3.jpg
Uploaded will be only images...
For 1.x you can modify elFinder.class.php, search for upload method, in elFinder 2.x we have callback function, you can find how logging is implemented in php/connector.php in git repository.
(1-1/1)