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
I use Postman to mock the post form-data
My filename with Chinese words in the node.js console.log (file,originalname) is right
but
in my React I use
formData.append("img", Image[0], Image[0].name);
the nodejs console.log (file,originalname) is wrong