In file base.py, in the class BaseModelAdmin, in the methond **save_model** remove validation _is_valid_base64(payload[upload_field.name])_. More correctly this validation the will be used in the _self.orm_save_upload_field_ method This give us opportunities setup own validation and procedure to save.