Skip to content

dheshanm/ChunkChariot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Flask File Uploader

This is a simple file uploader built with Flask. It allows users to upload files to the server.

Features

  • Authentication: Users can sign up and log in to the application.
  • Form-based file upload: Users can upload files to the server by filling out a form.
  • Chunked File Upload: Users can upload large files in chunks. 1 2 3
  • File Management: Users can download and delete files they have uploaded.

Tech Stack

Languages and Frameworks

  • Python
  • Flask (Web Framework)
  • PostgreSQL (Database)

Libraries

  • Flask-WTF (Form Handling)
  • Flask-Login (User Authentication)
  • Bootstrap (Frontend Framework)
  • Dropzone.js (File Upload)

Screenshots

Home Page

Home Page

Upload Page

Upload Page

Upload History

Upload History

Footnotes

  1. codecalamity.com

  2. codecalamity.com

  3. StackOverflow

About

A Simple Form-based File Uploader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published