Changes between Initial Version and Version 1 of Ticket #33942


Ignore:
Timestamp:
Aug 19, 2022, 8:17:37 PM (21 months ago)
Author:
Reza Shakeri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33942 – Description

    initial v1  
    11There 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.
Back to Top