Y
ohh, i think the post requires some clarification. so, i forgot to clearly mention what i want to do.
So, say i have a folder which has some files in it. I want to make a webpage which can display those files. One way to do that can be to include all the files manually (like in href, or in src attribute), but there seems an automatic way as well, as in FTP.
With automatic fetching of files, i was saying the latter way, that rather than me listing all the files' sources manually in the code (which would also mean i'd have to update every time there's a new file), the webpage automatically displays all the files in the particular folder/location (like it does when using FTP). I want to be able to not just give the links to the files, but to render them inline as well. I was using iframe for that in raw tests, but i guess, i'll look for some other options too.
The webpage will be local-based for initial test phase, and be web-based for the final phase. I am thinking of doing in html, but am willing to look at other options as well.
i hope it is clear now. sorry for missing the details earlier, i was sort of excited