Hello everyone.
I need to upload large files to the server. Cloudflare does not allow this due to the 100 MB limit.
I use the FileUpload component. Unfortunately, it does not support uploading files in chunks. Therefore, the only option is to create a subdomain upload.domain.com and disable Cloudflare proxying for it.
How can I make the file upload through this subdomain? Or are there other solutions to the problem of Cloudflare limiting large files?