Closed capitalfuse closed 7 years ago
Hello @capitalfuse,
yes, you are right! Dot in the ext. shouldn't be replaced. But the solution is not to simply disable the normalization but instead, I applied the normalization to the name of the file only. Thanks for reporting that!
Opened PR with the fix and it's also already available in the current bundle.
fixed in #280
Dear Sir or Madam, I appreciate for the angular-filemanager application developers. I don't understand why upload file name extension changed to "-" from "." when uploaded a file from other PC. Example) changed "music.mp3" to "music-mp3". So, I changed the following code, inactive "private function normalizeName($name)" bridges/php-local/LocalBridge/FileManagerApi.php
Fixed by above method, but am I right???