Skip to main content

How to upload video from android

Comments

5 comments

  • Maor Gariv

    Hi,
    Sorry for the very late reply, we have noticed that this request was left unattended. I guess this is not relevant anymore but for future reference -

    Of course:)

    It is similar to image upload, just need to set the resource_type to video - 

    cloudinary.uploader().upload("video.mp4", 
            ObjectUtils.asMap("resource_type", "video"));


    0
  • Pia Cubillos

    Hello, does cloudinary.uploader() accepts inputs like large videos over 100mb? I need something like "upload_large" like in Rails.

    0
  • Yarden Rosenberg

    Can't say I can find the upload large file method on Android SDK?

    How do I go about chunked parallel uploading of videos?

    0
  • Stephen Doyle

    Hi Yarden,

    The link Aditi included above links to a test in our SDK code which demonstrates the use of the large file uploader.

    The method itself is used like: cloudinary.uploader().uploadLarge()  

    You can use the same method for videos and images

     

     

    0

Post is closed for comments.