We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we use FileBox.fromURL(...), it might get a application/octet-stream stream back, and the mimeType will be set to application/octet-stream.
FileBox.fromURL(...)
application/octet-stream
However, the fileBox.mimeType should be set to the exact type for the file, for example, jpg/gif, etc.
fileBox.mimeType
To be discussed.
@su-chang I'd like to hear from you because you have just deal with this problem. Please feel free to comment if you have any suggestions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we use
FileBox.fromURL(...)
, it might get aapplication/octet-stream
stream back, and the mimeType will be set toapplication/octet-stream
.However, the
fileBox.mimeType
should be set to the exact type for the file, for example, jpg/gif, etc.To be discussed.
@su-chang I'd like to hear from you because you have just deal with this problem. Please feel free to comment if you have any suggestions
The text was updated successfully, but these errors were encountered: