You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: