I want to validate my form but it uploads everytime the whole file before I get the feedback from Django which field is correct or incorrect.
Can I prevent the upload or validate it one some other ways like on the front-end. That I upload first if the form if it's correct.
Any idea?
Thanks