Changes between Initial Version and Version 1 of Ticket #33942
- Timestamp:
- Aug 19, 2022, 8:17:37 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33942 – Description
initial v1 1 1 There is a file validator in Django, but it only validates files using the extension, which is not very reliable. According to the documentation, I wrote a file validator that checks the magic numbers (mimes) of the files, and it is more reliable and reliable with It supports the use of native Python libraries and many mimes 2 3 I also created a Python [file_validator](https://github.com/rzashakeri/file_validator) library where, in addition to the Python library, three third-party libraries also perform validation operations.