Hello!
I'm trying to upload an image using normal form for normal admin for normal model with normal image field.
thumb = fields.ThumbnailField(upload_to=make_upload_path, sizes=settings.VIDEO_THUMB_SIZE, blank=True, null=True)
But I'm getting an error:
Upload a valid image. The file you uploaded was either not an image or a corrupted image.
But my images are valid! I've tried at least ten jpegs and getting the error. What can I do?