We are using express-fileupload to uploading file on express project. Currently with some special case we want to add more file into request with some url. We create a new middleware to attach new file into request.files but not success.
Asked
Active
Viewed 67 times
0
-
We have no idea why it doesn't work if you don't provide any relevant information. – robertklep Jul 31 '22 at 18:03
-
Please provide enough code so others can better understand or reproduce the problem. – Community Jul 31 '22 at 19:23
-
@robertklep This is my source code of middleware file HTML
– Hào Nguyễn Aug 01 '22 at 01:20