Error "File path/directory not found" when trying to upload images using Retrofit in my android application
I am making a project which involves getting images from camera/gallery and uploading them through retrofit.
Here is the code for the AdCreateActivity
package com.example.campusolx.activites
import AdapterImagePicked
import android.Manifest
import android.app.Activity
import android.app.ProgressDialog
import android.content.ContentValues
import android.content.Context
import android.content.Intent
import android.net.Uri
import android.os.Build
import androidx.appcompat.app.AppCompatActivity...