Télechargement de fichier avec Django partie1:
Dans ce tutoriel, nous montrons comment utiliser le type de champ file fields pour télécharger des fichiers dans un formulaire django.
Bien qu'il y a deux sortes de types de fichiers pour cela disponible dans le modèle de django: Image fields et file fields, nous adoptons le dernier du fait qu'il soit plus général et qu'il englobe le premier.
La version de Python utilisée: Python 2.7 et python 3.7 version Windows 7 , python Windows 8, Python Windows 10. Pour un bon visionnage de la vidéo, utiliser le navigateur google chrome.
File upload with Django part1:
In this tutorial, we show how to use the file fields type to upload files to a django form.
Although there are two kinds of file types for this available in the django model: Image fields and file fields, we adopt the latter because it is more general and includes the former.
The version of Python used: Python 2.7 and python 3.7 version Windows 7, python Windows 8, Python Windows 10. For a good viewing of the video, use the google chrome browser.