Giter Site home page Giter Site logo

isthaison / asp.net-mvc-file-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from modernhooman/asp.net-mvc-file-manager

0.0 1.0 0.0 5.87 MB

A Full Featured File Manager Sample Project Written In C# Using ASP.NET MVC

C# 3.25% CSS 15.34% JavaScript 66.39% HTML 15.01% ASP 0.01%

asp.net-mvc-file-manager's Introduction

ASP.NET MVC File Manager

A full featured file manager written in c# to create, upload, rename, delete, cut and copy files and folders inside a specific folder. Also synchronized with database, which means every file and folder has an unique Id to be used in other entities as Foreign Key. The file manager has been written in a separate Area which means it can be completely independent from main project.

Here is a screen shot of latest update (2018/08/08) :

A full featured file manager written in c# to create, upload, rename, delete, cut and copy files and folders inside a specific folder.

Note : The project is being developed and there's lots of bugs, thus you should consider it as a BETA version.

Getting Started

To get the File Manager to work follow structures below :

  1. Copy FileManager folder to your Areas folder inside your project
  2. Change all namespaces as your need
  3. Create a folder named File-Repository in the ROOT of your project and give it required permissions
  4. Add public DbSet<FileItem> FileItems { get; set; } to your DbContext then run the command Update-Database -Force in Package Manager Console window
  5. Finally Build the project and enjoy using it

Contributing

Any contribution to optimize the project or add functionalities is extremely welcomed.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Special thanks to :

asp.net-mvc-file-manager's People

Contributors

modernhooman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.