Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/basir/node-react-ecommerce
/ filename
Function
filename
backend/routes/uploadRoute.js:11–13 ·
view source on GitHub ↗
(req, file, cb)
Source
from the content-addressed store, hash-verified
9
cb(null,
'uploads/'
);
10
},
11
filename(req, file, cb) {
12
cb(null, `${Date.now()}.jpg`);
13
},
14
});
15
16
const
upload = multer({ storage });
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected