django-bootstrap-modal-forms icon indicating copy to clipboard operation
django-bootstrap-modal-forms copied to clipboard

Empty self.request.FILES on validation request

Open guillermo426 opened this issue 4 years ago • 0 comments
trafficstars

Hi I have a form with a file field. In the form validation, I need to validate something in the file, but I see self.request.FILES is empty on first request (the validation one), it only come with the files in the second submit (the save one). So, if the files are right, everything goes ok, but if the files are wrong, I only can detect it too early. Thanks in advance for your help.

guillermo426 avatar Apr 04 '21 22:04 guillermo426