android - how to open a specific folder with gallery or file manager that contains images and videos -


a folder contains images , videos, when click on button onclicklistener(), want open folder gallery or file manager, , show images , videos saved in folder.

you can use ajax event, fetch following code (this images):

path = "media/images/iconized/"; $images = glob($dirname."*.png");  foreach($images $image) {     echo '<img src="'.$image.'" />; } 

or can use plugin https://cksource.com/ckfinder/demo


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -