Phil Blais
Phil Blais
I am having the same issue, here's an what I am doing, hope this helps: ``` val imageFile = File(uri.path!!) if (imageFile.exists()) { println("imageFile check $imageFile") } else { println("imageFile...
> have you solved the issue? > > I am getting the exact error > `error: com.androidnetworking.error.ANError: java.lang.IllegalStateException: closed` Keskin, is the file you are trying to upload a saved...
I'm also getting the same issue in API 33