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
If a file is uploaded or referenced as an external file, the user has the option to specify the file type in a text field, or it will be pre-filled automatically.
Problem:
This file type information is also used as MIME type.
Would work if the user set the file type manually to the appropriate MIME type, e.g. for a xyz.xml-file instead of the autmatically filled xml he has to enter/the UI has to prefill application/xml. Then a file with the extension .xml will be downloaded instead of a stream and interpreted as such xml-file.
Not working, data will be received as stream (automatically set):
Causes follwing DSC-log: Could not resolve media type. Return data as stream. [exception=(Invalid mime type "xml": does not contain '/')]
Working (manually edited field content by me):
The text was updated successfully, but these errors were encountered:
If a file is uploaded or referenced as an external file, the user has the option to specify the
file type
in a text field, or it will be pre-filled automatically.Problem:
This
file type
information is also used asMIME type
.Would work if the user set the
file type
manually to the appropriateMIME type
, e.g. for axyz.xml
-file instead of the autmatically filledxml
he has to enter/the UI has to prefillapplication/xml
. Then a file with the extension.xml
will be downloaded instead of a stream and interpreted as such xml-file.Not working, data will be received as stream (automatically set):
Causes follwing DSC-log:
Could not resolve media type. Return data as stream. [exception=(Invalid mime type "xml": does not contain '/')]
Working (manually edited field content by me):
The text was updated successfully, but these errors were encountered: