Replies: 1 comment
-
Hi @gilm0079. Bases on this logic: & example: https://cropperblazor.github.io/examples/replacing#simple-usage, you should use your blob from bytes and use created url:
Don't forget to revoke object url when it no needed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The examples look like the src is a string to a image URL. For blazor wasm, can cropper reference an in memory location like a byte array? I was trying to see if this component would work in wasm to allow profile pic cropping after uploading an image. The image in this case is uploaded into wasm memory (not yet moved to the server).
Beta Was this translation helpful? Give feedback.
All reactions