POST a file with React.js

后端 未结 2 1940
星月不相逢
星月不相逢 2021-01-25 16:52

The end user is supposed to upload through a file browser an excel file:



        
2条回答
  •  渐次进展
    2021-01-25 17:17

    Try to use good file uploader and inspect element check your network tab whether you api call that is file upload is sending proper file data as expected by the server. Test the API from Postman if its working then it means front-end code has problem and you can compare the headers what wrong items you are sending.

    Hope this debugging method will help you to recognize your mistake.

提交回复
热议问题