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
Craft sends image header content-type: image/jpeg in lower case. Used dependency jeroendesloovere/vcard only validates 'Content-Type' as upper-case. Thus throwing an invalid image error.
If you are trying to create a VCard.. Then you are in the right place! I have created a nuget package with helps you to achieve it.. I have given the implementation in GitHub readme.md file..
You can install it using the following command using the package manager console..
Craft sends image header
content-type: image/jpeg
in lower case. Used dependencyjeroendesloovere/vcard
only validates'Content-Type'
as upper-case. Thus throwing an invalid image error.HTTP headers should always be treated case insensitive: jeroendesloovere/vcard#194
The text was updated successfully, but these errors were encountered: