I have tried:
self.data['uploaded_file'].content_type
However, this gives an error that says the object lacks a content_type attribute.
Any ideas as to why? Thank you.
What is the best way to verify file type in Django forms?
|
I have tried:
However, this gives an error that says the object lacks a content_type attribute. Any ideas as to why? Thank you. What is the best way to verify file type in Django forms?
| ||||
|
feedback
|
|
The | |||
feedback
|
|
How could you tell a file is binary file or text or some other stuff? Perhaps using the file extension is a way, but not always makes sense. | |||
|
feedback
|