How to optimize image component to handle big photos

Hey,

I am building web panel to upload photos and some description to the external server.
I've already finished the application and during my tests I realized that when I upload a lot of photos in high resolution the app crashes. The reason is pretty obvious for me. There is no enough memory to handle all of these photos. Do you have any recommendation how to resolve this issue? Is there an option to prescale the images?

Size of images I am trying to upload is over 50 mb. I know it is quite a lot :smile:

Hi @dkwasniak,

Thanks for reaching out! We do not have a native feature for scaling images. You may be able to use a Javascript query to solve this issue, similar to the solution provided by Mark in this post