I have a webapplication for uploading and showing files(Image and video).The administrator can upload files and the users can view this files.Now i am inserting the details of file to the sqlserver and populating links for the corresponding file in the user's form.There may have images and videos.
I want to categorize the image and video files;ie ,i want to show files in two separate folders(Images and Videos)
.This Categorizing also in sql(there should have a category table and it should be related with fileM table.
If anyone can help me please.. thank you