joni2back / angular-filemanager

JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
https://joni2back.github.io/angular-filemanager/
MIT License
1.76k stars 577 forks source link

Patch problem of "invalid path" when upload with Tornado #340

Closed Cooya closed 6 years ago

Cooya commented 6 years ago

os.path.join() acts weird when destination starts with a slash. For fix it, I suggest to remove it.

joni2back commented 6 years ago

Thanks @Cooya