Hello, i'm novice in Nodejs. I have a problem and I would like to have a little help. I want create a dynamique Upload repository but i'm blocked, i cant recover my different params in my back from the front. I tried to send my various parameters in the body first: ex (data: formdata, username: usernam, currenturl: currenturl) ... but nothing works. I try to send the different data via the formdata with append('file',file) and append('currentUrl',currenturl) but i didnt know how recover this data from my back.
thank you very much in advance.