Shahin
Shahin

Reputation: 12861

ASP.NET Server Image browser

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 ?

Upvotes: 0

Views: 448

Answers (1)

KV Prajapati
KV Prajapati

Reputation: 94653

There are number of jQuery plugins to browse images. You can also create folder browser using methods of System.IO.DirectoryInfo (to get list of folders and files) and GridView (Data controls.)

Upvotes: 1

Related Questions