Hi All,
I have this requirement that users use the application through a mobile browser and take pictures but the app is built from reactive.
I used an Image Resizer component client action to resize it before saving it to the database, but it takes time to resize or compress the image and then save it to the database which is taking time as well since users use modern smartphones that have high-resolution cameras. And sometimes it causes the connection timed out.
Any ideas?We are thinking if we use light BPT the user can continue with the app but that approach might impact the performance.
Hello @Phil Jayson San Pedro,
I would like to suggest using this component from the forge Image Utils Reactive. I personally used this component which is best for reducing the size of images in client-side quickly . It works on both mobile and web.
Thanks
Regards Gourav Shrivastava
Thank you Gourav, It is quite fast.