test path - /opt/wrenchboard/TEST/PROFILE
This commit is contained in:
@@ -342,6 +342,7 @@ app.get('/myfile/:filename', (req, res)=>{
|
||||
findFilename = result.rows[0].file_name;
|
||||
memberUID = result.rows[0].member_uid;
|
||||
}
|
||||
myfilesCommonPath ="/opt/wrenchboard/TEST/PROFILE";
|
||||
// $selectedFile = $this->savePath.'PROFILE/'.$out["member_uid"]."/MYFILES/". $out["saved_file_name"];
|
||||
const completeFile = myfilesCommonPath+"/"+memberUID+"/MYFILES/" + findFilename;
|
||||
if(!completeFile){
|
||||
|
||||
Reference in New Issue
Block a user