Replies: 1 comment
-
@treved72 yes, image will be uploaded to server. In addition, you can verify it locally via Dev Tools in Network Tab Moreover, I recommend using the new features of prerender modes from .net 8 blazor and processing on the client side (maybe hybrid mode with client and server) |
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
-
Hi,
Let me explain my use case.
We have field technicians that need to go to remote areas and photograph equipment. Given the remoteness of some sites, the bandwidth can be very low.
We have a Blazor Server application they use via laptops to upload site reports. Various images that are uploaded need to be cropped, and we want to use the built in resizing functionality.
Looking at one of the sample applications
My reading of this is that when an image is selected, it's sent to the server - is that correct?
Is there a way to do this all locally and only send the cropped images to the server?
Beta Was this translation helpful? Give feedback.
All reactions