Client side image compression

0
Hi,   I have an image upload feature where it is possible to upload multiple images. Since it is taking too much time for upload, I am thinking of resizing and compressing image in client side (broswer/javascript). Is it possible in mendix ?   Thanks Iqbal
asked
1 answers
0

Yes, in Mendix you can perform image resizing and compression on the client side (in the browser) using JavaScript. You can use various libraries or APIs to perform these operations. This approach will help reduce image loading times and improve the performance of your application.

answered