Sending image to api with react-dropzone

后端 未结 0 1828
深忆病人
深忆病人 2021-01-05 02:01

This is my frontend code

 const onDrop = useCallback((uploadFiles) => {
    uploadFiles.forEach((file) => {
      const reader = new FileReader();

             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题