react-filemanager
react-filemanager copied to clipboard
Set path for directory
Hello, I have issue about setting path of "default directory". i am runing that on localhost and it reads my C: drive. My path should be: project/usrdata/. can zou give me hint ? :) i thinkits query.path but i can not find definition of it.
Hi, you should specify the base path from your backend connector. If you are using the node version you should take a look to https://github.com/joni2back/filemanager-connector-node/blob/master/app.js#L31
can you give me a hint to set req.query.path it's send from frontend right? sry i'm newbie for this