Django file upload example #Technology Python 3.7.8rc1 Django 3.2 PyMySQL 0.9.3 Running the Application Create the DB tables first: python manage.py migrate Run the development web server: python manage.py runserver 8080 Open the URL http://localhost:8080/UploadFiles/ to access the application.