I want to upload a video file using Retorfit to nodeJs API. The nodejs api is taking video file using multer and working fine while using in postmam.
I want to upload the video from android app using android studio using percentage to upload as progress indicator.
Is there another library instead Retrofit. Please suggest