You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2021. It is now read-only.
While uploading images I found that some of them were failing to upload with the error Content Type Spoof: Filename local.path (image/jpeg from Headers, [] from Extension), content type discovered from file command: image/jpeg. See documentation to allow this combination.
I found that adding the file name while uploading fixed this issue
Not sure if you want to add this in to the example code, shouldn't ever hurt to send the file name but this should at least help someone with the same issue.
While uploading images I found that some of them were failing to upload with the error
Content Type Spoof: Filename local.path (image/jpeg from Headers, [] from Extension), content type discovered from file command: image/jpeg. See documentation to allow this combination.I found that adding the file name while uploading fixed this issue
Not sure if you want to add this in to the example code, shouldn't ever hurt to send the file name but this should at least help someone with the same issue.