AMI remote file Mimetype (yes again) renames extensions #173
Labels
CSV Processing
Things we do here and there to keep the tabulated goddesses happy
enhancement
New feature or request
File processing
Everything is a file, even me.
Release duty
Things only a mad person should do
Milestone
What?
This is not an error per se. Using the normalized extension based on the actual remote
Mime Type
is OK. But for a specific need, 3D Models, where the exact name of a texture inside an Material file requires a 1:1 match this breaks things.Need to debug exactly where this is happening bc reading my code I assumed I was already doing this, doing a reverse mapping from MimeType to extension, a normal from extension to
Mime Type
and only if both differed I used the calculated one. But there might be anIF
or alogic conditional
that is always ending in renaming. The specific case is JPG v/s JPEGThe text was updated successfully, but these errors were encountered: