Introduction - Django File Upload Tutorial - Part 1

In this video you are going to learn the fundamentals about how to upload files with Django. 👉 Part 2 - Model Forms: 👉 Django File Upload Playlist: ------------------------------------------------------------------------------- (0:35) Basic concepts (2:18) Basic upload example (5:46) Handling Django UploadedFile inside (6:28) Required configuration to serve media files (9:25) Saving uploaded files with FileSystemStorage (12:05) Explaining the MEDIA_URL setting (13:28) Displaying uploaded file ------------------------------------------------------------------------------- 📎 Download the mindmap with references I used in the video: ✍🏻 Read the blog post: 👨🏻‍💻 Project source code: https://git
Back to Top