Saad Saifullah
Results
2
comments of
Saad Saifullah
Same issue here.. const fileExtension = coverImage.split(".").pop(); // Create a new FormData instance const formData = new FormData(); formData.append("image", { uri: coverImage, name: "image-" + new Date() + `.${fileExtension}`, type:...
Hi Everyone, Mine got fixed after some troubleshooting...All I did was that I removed Content-Type part from headers and It worked