-
-
Notifications
You must be signed in to change notification settings - Fork 533
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 - use alternative image sources other than a directory #5829
Comments
Do you find this related #5809? It has been fixed for 1.7 that will be out soon. I can confirm you can work with base64 images. |
is it possible. as soon as possible i will test. |
It seems that the version that is in the nuget is from 3 weeks ago, before this correction. |
That's correct. 1.7 is not released yet. |
i was talking about preview version (1.7.0-preview1) |
There is also a night build on MyGet https://www.myget.org/feed/blazorise/package/nuget/Blazorise to try. Use guide: https://github.com/Megabit/Blazorise?tab=readme-ov-file#development-version |
ok, its working. |
In the Image and FigureImage components I can use an image source like this:
www.site.com/image.png
or
$"data:{file.Type};base64,{Convert.ToBase64String(buffer)}"
but in the cropper, if I try to use an image that is not a directory (at least that's what I think is happening), the following error occurs:
The text was updated successfully, but these errors were encountered: