Skip to content

A database driven image library that implements the JQuery FileUpload plugin

Notifications You must be signed in to change notification settings

CodeHeight/ImageLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageLibrary

ImageLibrary is a small role based web application that implements a mulitple image file upload feature powered by jQuery and is database driven by assigning unique identifiers to all images and image groups. The primary objective of this project is to provide an example web application for building real-world web applications with ASP.NET MVC 5 and jQuery.FileUpload plugin.

Technologies

  • ASP.NET MVC 5
  • Identity Framework
  • EF 6 Code First
  • jQuery.FileUpload

Running the Application

  1. Open the solution in Visual Studio 2015. Build the solution.
  2. Open the web.config and change the connecting string "DefaultConnection" for working with your system.
  3. Execute Update-Database to initialize tables.
  4. Run the application and login as admin/Password1.

Goals

Overall Project Goals

  • Web application that impliments a multiple image selection with one submission.
  • A reference web application for ASP.NET MVC 5 and EF 6 Code First.
  • Improve developer productivity for building web application on the Microsoft Web stack.
  • Implement jQuery.FileUpload and provide database backend to manage images.

Screenshots

Multiple Image Upload


Multiple Image Upload Processing

About

A database driven image library that implements the JQuery FileUpload plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published