richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.52k stars 261 forks source link

Send image data from server via post axios #286

Open johntranz opened 2 years ago

johntranz commented 2 years ago

Hello everyone I am facing a problem when sending data received from express-fileupload is I send image from client, then I receive data from req.files and I want to forward that image data to a server (using method post by axios) to identify the information, before processing it (deciding to save it or not). Has anyone handled this situation successfully, please give me code recommendations Thank you very much