iphone shooting photos at 57.91mb and HEIC / RAW

0
operators just shoot at what size they shoot. apparently some have the default set to iPhone raw.   the uploader doesn't seem to be able to handle this.   is there a way to reduce the size, client side? similar, HEIC and RAW formats should be converted client-side too.     I can increase the size of the importer to 100mb, but this doesn't solve the actual issue, that we want to compress the image client side before using it.   also the operators are often out in the middle of nowhere using 3/4g network, so even 5mb is quite a mission to send
asked
1 answers
0

Hi jason,

 

You can check out the image compressor module at https://marketplace.mendix.com/link/component/207858 .

 

Since the widget does not have an event trigger option, you can add a Before Commit event handler and do the compression there.

You can give it a try and see if it is working.

 

 

answered