Have a look at this HTML Tag / Code:
Code: Select all
<a href="Uploads/Media"> Browse Media Files </a>Clicking that link would open the named folder in the web browser displaying the files/folders in that folder.
However, we don't have any control on how the contents are shown on the web page. We cannot perform any sorting, for example.
So, what approach can we use to achive some basic functionalities such as:
Sorting of files/folder on thier Name & Creation Date
Providing Access or Setting Restrictions on Certain Files / Folders, etc.
Formatting the Web Page itself which is otherwise has White Background and no Headers.
Note: I am using IIS on Windows Server 2003.
Thanks,
Dev.