Hi, So i have successfully gotten pictures to upload to backendless thanks to the ease of the android upload method which supports bitmaps but now i am trying to get an mp4 uploaded to my backend, How could i do this? At the moment i have a URI which is pointing to the mp4 file.
My apologies this topic should have been posted under questions not problems
Uploading an mp4 is not different than uploading an image. You use the file upload API for that:
https://backendless.com/documentation/files/android/files_file_upload.htm
Alright thanks I got it to work