sheetalkumar105 / retrofit-multiple-file-upload-with-progress

Upload multiple files with progressbar in retrofit android
26 stars 15 forks source link

single file upload #2

Open khashayar-k opened 3 years ago

khashayar-k commented 3 years ago

hi your code works perfectly fine with multiple files but when you just select one file nothing happens could you please fix the bug. best of regards

Saurabh-Detharia commented 3 years ago

please add else part on onActivityResult

            Uri imageUri = data.getData();
            getImageFilePath(imageUri);