1👍
✅
Try setting the format
attribute on your field
image = FileBrowseField("Image", format='image', max_length=200, blank=True, null=True)
Source:stackexchange.com