Django forms do support file uploads. The FileField form field documentation is here: https://docs.djangoproject.com/en/3.0/ref/forms/fields/#filefield
-Jorge On Fri, Jan 31, 2020 at 5:35 PM Abdullah Shaker < [email protected]> wrote: > i am tring to make a form through Django. > how can i use DICOM file ? > i have a form and i want to upload DICOM file but Django does not support > file field in form > so how can i use DICOM ? > is there is a way or library ? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/f80368c1-face-4882-a643-17cef031c1c6%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/f80368c1-face-4882-a643-17cef031c1c6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANfN%3DK_%3DWZSn%2B_nkAd4ewC8iiGv2YUY12Opt-O6asR4t1hO73g%40mail.gmail.com.

