how can I restrict django ImageFieldFile to accept input only Image files from browser?
- by shahjapan
I've used django ImageFieldFile,
from django.db.models.fields.files import ImageFieldFile
now I want to restrict the user to use only Image files when uploading from browser