I need to create a function in c# for deleting images on a specific page.
This has to happen on the page but also in the folder ( /uploads ) .
So i would like to know if a image (or images) is uploaded on a specific page .
I need a function to do this . A Js function or maybe in the code behind .