Somebody please. I was working with ImageField and FileField some days ago and each time I go to the admin site to create and update an object an "OSError[Errno 38] Function not implemented" is always raised up. I tried setting null for the image field, and yes, the obeject is saved each time I save it or edit it without any the image, but when I uploaded an image, it will pop up the error. I tried creating a new project but still the same thing.
I also tried saving it manually by using the Field File save method on field, but each time I tried to runserver, the same error poped up. I follow a lot of videos on YouTube and what they all did are the same, creating an image or filefield, setting up a MEDIA_URL,MEDIA_ROOT, and adding the path to the base url.py of their project, and once they did that, they were all able to save any object and photos. But It kept bringing that error for me, I don't know if it is my phone related. Please help me sir/ma. I've been on it for a long while now and I know quiet well that having an ImageField-containing form might be useful in all projects. Below is the error message that kept showing up