ankitparmar007
ankitparmar007
**Here is how I am sending image and json data** ``` FormData formData = FormData.fromMap( { "email": "[email protected], "folderName": "name", "imageFile": await MultipartFile.fromFile(imagePath), "imageName": "imageName", }, ); try { var...
Thanks, Working as expected !
I am facing the same issue !! with flutter 3.3.7
I am facing the same issue