I am developing e-Shop with ASP.NET.
In admin panel when moderator wants to define image for products I want to let him to upload a ZIP file that contains all his desired images.
I did that but now I am looking for a control or sample that let user watch and choose images from a folder (in server).
I look for Image borwser.
Any idea ?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...