react-filemanager icon indicating copy to clipboard operation
react-filemanager copied to clipboard

Set path for directory

Open CMPORTAL opened this issue 4 years ago • 2 comments

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.

CMPORTAL avatar Jun 30 '20 12:06 CMPORTAL

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

joni2back avatar Sep 02 '20 16:09 joni2back

can you give me a hint to set req.query.path it's send from frontend right? sry i'm newbie for this

Qqbbix avatar Feb 02 '21 13:02 Qqbbix