ashishneomenta

Results 2 comments of ashishneomenta

const image = response[0]; const file = image.file; const reader = new FileReader(); reader.readAsArrayBuffer(file); const data = reader.result; const url = `URL`; axios.post(url, data, { headers: { "Content-Type": "image/jpeg" }...

@MuhammadRafeh any luck for this issue?