0

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

2

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.