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 -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -