PavanKumar06 / ImageGalleryjQueryAjax

Image Gallery done in ASP.NET Web API using jQuery and AJAX

Repository from Github https://github.comPavanKumar06/ImageGalleryjQueryAjaxRepository from Github https://github.comPavanKumar06/ImageGalleryjQueryAjax

Image Gallery

Using jQuery and Ajax

-> This is how the website looks when you first open it 1

-> Select image and enter username 2

-> Upload the image. This uploads directly to the folder and to the database which consists of => image_name, image_size, date_uploaded, username, location(file_path) 3

-> Get particular images with respect to the username 4

-> Selected username (Batman) 5

-> We can update other features also but in my website we can update the username of an image (first image user_name: Wanted) 6

-> Select image to update (updated user_name: Pavan) 7

-> Every image has an "x" icon which deletes the image from the database and local folder 8

-> Image is deleted (Look at the first image before and after) 9

-> This is how database looks sql

-> This is how the folder looks where images are stored in local pc folder

About

Image Gallery done in ASP.NET Web API using jQuery and AJAX


Languages

Language:JavaScript 57.5%Language:C# 35.0%Language:HTML 6.8%Language:CSS 0.7%Language:ASP 0.0%