How to upload a Video file to nodeJs API server from android studio using retrofit or other library?

Viewed 8

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

0 Answers
Related