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