Can I use express.js uploaded file names as an IDs?
Can I use express.js uploaded file names as an IDs?
Once a file is uploaded when using express.js it gets a new name (I guess
a hash or something) So is that hash unique? Can I use it as a file ID,
say in a dababase?
No comments:
Post a Comment