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
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
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??
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