Q. Which of the following allows file uploads in Django forms? (A) FileInputField (B) FileField (C) UploadField (D) ImageInput ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) FileField Explanation: FileField is used in models to handle file uploads.