You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then in routes.js on the server side I used multer S3 to send it off to AWS S3 using req.params.userId and the file name (key). Then send the req.body off to a controller like this:
Has anyone implemented a file upload using Multer as mentioned in one of the videos? Any tips on how?
The text was updated successfully, but these errors were encountered: