let formData = new FormData(); // and body which consists of binary image formData.append('file', body);. //Sending to server const axios ...
確定! 回上一頁