简体   繁体   中英

How to automatically display folder contain images using html java script jquery?

I want to be display html webpage all images from contain images folder it is possible using HTML,CSS,Java script,Jquery

without php ?


Thanks & Regards
Jejai

HTML,CSS,Java script,Jquery

are languages executed on the client's side, on other words on the computer from which the site is accessed. If that was possible that would mean your computer would have to have access to the server's file system (end of the internets).

So no. You can't do server's file listing with only those languages. You need a language which is executed server-side.

Note: You can achieve this behavior with a setting on the web server (google: "[your web server] allow directory listing"), but that should be probably answered elsewhere, since it's not programming related.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM