Skip to content

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

Notifications You must be signed in to change notification settings

PavanKumar06/ImageGalleryjQueryAjax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published