Video and audio upload will be moderated.
Hello everyone!
I am a new member and I want to upload videos and audio to my cloud to keep my memories. How can those things upload?
Those and you can upload or download completely free at: https://kostenloseklingeltone.de/
0
-
Hi Adabel,
If you are using the UI, you can just drag and drop those files in your own Media Library. If you are using one of our SDK, you will have to use the `resource_type:video` for both videos and audio as explained [here](https://cloudinary.com/documentation/upload_images#asset_types).
Here is an example in NodeJS:
cloudinary.uploader.upload("path-to-mymp4file/file.mp4",
{ resource_type:"video" },
function(error, result) {console.log(result, error); });Hope it helps.
Best,
Loic
0 -
Thank you for explaining this.
0
Post is closed for comments.
Comments
2 comments