项目作者: PavanKumar06

项目描述 :
Image Gallery done in ASP.NET Web API using jQuery and AJAX
高级语言: JavaScript
项目地址: git://github.com/PavanKumar06/ImageGalleryjQueryAjax.git
创建时间: 2020-06-24T12:15:30Z
项目社区:https://github.com/PavanKumar06/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