simogeo / Filemanager

An open-source file manager released under MIT license. Up-to-date for PHP connector. This package is DEPRECATED. Now, please use RichFileManager available at : https://github.com/servocoder/RichFilemanager.
938 stars 350 forks source link

I want to make files dirrectory not in Filemanager dir, but it dosenot work ASP.NET MVC #517

Closed DmitrijOkeanij closed 7 years ago

DmitrijOkeanij commented 7 years ago

I tried to make files directory in my project root, not in filemamager dir, but it did't working. It shows: "Attempt to view files outside root path"

@hammond13

DmitrijOkeanij commented 7 years ago

Ah. I already find how to solve it. Needed to make "fileRoot": "/MyFileDirectory/" in config file. I think it will be good to add it into documentation md file on connector.