+ 7
Downloading videos into gallery
I require the code to put an option to download the videos on the SoloLearn code playground to gallery ....thanks in advance
4 Respuestas
+ 11
Well you can't do it using Sololearn code-playground. Because when you install Sololearn it never seeks an permission to access you gallery.
But if you run that code in browser, you'll be able to do that.
+ 6
@CubiX , thanks for the detailed explanation!!☺😊
+ 4
it will require very high study of jquery ...although u can do it..seqrch over the inetrnet🤔🤔🤔🤔🤔
+ 3
I have to concur with Idrina on this one, there really isn't any chance to make this in the code playground. The code you execute in there, is sent to their servers for compilation and execution. You would have better luck in installing an IDE to your computer. I suggest Visual Studio Code. It's light, and you can add modifications to it.
When it comes to downloading videos..- It completely depends on your source. Are you downloading then from a database? If so, then you should look in to connectors to your DB type for javascript.