Join() argument must be str or bytes, not 'PngImageFile'

No Problem :blush:

What I was trying to do is to save the user images on my pc(server) so I tried to convert the input image and save it in file1. I used os.path.join to save converted images into my pc folder.
Here maybe I am using the wrong concept because I can’t think of any other way to save user images on my pc. If there is a way please guide it would be helpful.