Problem with WebWomponent Fileupload and HTTPS protocol

Hi guys, I have a problem with WebWomponent servoy-extra-components Fileupload.
When I upload files from the http protocol it works fine. Now when I do it using the https protocol, it cancels the upload of files with a size of more than 100kb.
With the http protocol it doesn’t matter to the file size and it works fine.

Does anyone have any idea what it could be?

Sorry my english.
Juan Pablo

Servoy version 8.3.3 -releaseNumber 3209
servoy-extra-components 1.6.3

Just a hunch, but maybe HTTPS is being served behind a load balancer like AWS or a reverse proxy like nginx, and the balancer/proxy has a max upload size setting of 100kb that you need to configure. HTTP may be direct and not going through the balancer/proxy.