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
Hello I was very impressed with your wonderful service
An error is currently occurring when uploading the image.
Is there a limited format of files that can be uploaded? I tried to upload a file in png format
thx
The text was updated successfully, but these errors were encountered:
Thanks for reporting this error!
It turns out file.bytes() is supported by Firefox and Safari, but not Chrome. I have changed that code to work in all browsers. https://developer.mozilla.org/en-US/docs/Web/API/Response/bytes
file.bytes()
It should work now, png, jpg and svg should all be supported.
Sorry, something went wrong.
I made sure the feature works correctly! Thank you for your quick response🤩
fix: file.bytes() unsupported in chrome #2
8a7ac66
No branches or pull requests
Hello
I was very impressed with your wonderful service
An error is currently occurring when uploading the image.
Is there a limited format of files that can be uploaded?
I tried to upload a file in png format
thx
The text was updated successfully, but these errors were encountered: