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
Multer seems to be more up-to-date and is a popular choice for handling multipart data. I was wondering if the existing multipart example should be updated to use multer, or if there should be an example separate from the multiparty example? If so, I'd be more than happy to submit a PR for this.
The text was updated successfully, but these errors were encountered:
With a middleware (i.e. multer) the example isn't even necessary. Changing it to be how to use the multer middleware is just duplicating the multer docs. The examples/ dir here is examples for how to use the Express API. So in summary, I think it can just be removed as no longer needed.
Multer seems to be more up-to-date and is a popular choice for handling multipart data. I was wondering if the existing multipart example should be updated to use multer, or if there should be an example separate from the multiparty example? If so, I'd be more than happy to submit a PR for this.
The text was updated successfully, but these errors were encountered: