@halcy for media_post it should be ("path/to/file.jpg", "image/jpeg") or so, right? Getting a "File has contents that are not what they are reported to be" back from the server
@lydia If you pass a file with a name, it ignores the mime type you specify (this is probably bad and should be fixed) and tries to just guess based on file name
@halcy Hm, that should still be OK--mimetypes.guess is returning the correct type. But it doesn't work for any image I try.
@lydia H M . Weird. Send me an image later and I'll look at it. It definitely does work for like, gifs - quasi_crystals does use it
@halcy I must be doing something wrong, but doesn't work for jpg, png, or gif for me