Duplicated
Last Updated: 29 Apr 2023 01:09 by ADMIN
Vishal
Created on: 25 Apr 2023 19:02
Category: UI for Blazor
Type: Feature Request
0
Compressed Image upload and zoom features

Hi we are using blazor for mobile apps.

 

For image upload via Camera, we need features where by compressed images can be upload.

Also zoom in and zoom out features when we are showing at front end app

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
3 comments
ADMIN
Dimo
Posted on: 29 Apr 2023 01:09

Hi Vishal,

Yes, with a PWA app, you can use the FileSelect to get the file in the .NET runtime on the device and compress it with some tool.

Regards,
Dimo
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
Vishal
Posted on: 28 Apr 2023 22:16

thanks I will check image editor whether I can use in my blazor we assembly and PWA project.

I uunderstand that we need to asp. Net core project host it on web app and use inside blazor project.

I want to compress Images at browser side before I upload images via mobile PWA app. Is that possible?? 

ADMIN
Dimo
Posted on: 28 Apr 2023 18:28

Hello Vishal,

Compressing information is not a UI feature, it's backend functionality. You can check if our ZipLibrary will suit your requirements.

Zooming is part of the Image Editor and Viewer.

Regards,
Dimo
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!