jsdev903
Results
2
comments of
jsdev903
You will need to use req.query passing query parameters from browser context ```JS //in Browser Context async function uploadFile(file, fileType, index) { const fileName = `${fileType}${index}`; const formData = new...
if you are running on windows edit package.json replace this line from: "start": "./node_modules/.bin/tsc-watch --noClear -p ./tsconfig.json --onSuccess \"node ./dist/index.js\"" to "start": "node_modules\\.bin\\tsc-watch --noClear -p .\\tsconfig.json --onSuccess \"node .\\dist\\index.js\""