-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Cropper having issue while click on 'Done' button #30
Comments
Hi irushabh, are you using blazor server side? Blazor.Cropper is designed to crop image on frontend only. Blazor server side relies heavily on signalR, which may break on transferring large image data. If you still want to try it on server side, try some smaller image or set signalr |
Hello, Now it's working fine actually with bigger image as well. Thanks, |
That's very interesting, I shall document this behavoir later. Thanks for your feedback. |
Hello, yes, it's strange though. Try PureCSharpProcessing="true" and use image that has size more than 5 MB. it works. Little slow but do the job. |
Hello @Chronostasys this code not working for me when crop the 500kb image can you help me ? |
Hi @NandKishor009 , did you set MaximumReceiveMessageSize > 500KB? |
My Project Version: .NET 5.0
The text was updated successfully, but these errors were encountered: