Posts by KogawaV • 1 point
1 post
-
-1
votes1
answer834
viewsQ: Multiple file uploads with React.js and typescript
I’m using middleware multer to upload files, but on the front end (with React.js) when using the form-data to get the files selected by the user , but I can’t send to the back-end, I’ve already…