Unable to send the multi part form data from React to Express Js correctly
问题 I am trying to upload files using Dropzone and send these files to java back end API from React JS. Here React is sending the document to express back end and adding some keys and then sending the final form data to back end java endpoint. But not able to get the files and request part in the back end side. The express is getting the wrong format of the data Appreciate any help. UploadMyFiles.jsx const UploadMyFiles = () => { const [selectedFiles, setSelectedFiles]= useState(null) const