View Single Post
02-08-22, 10:08 AM   #2
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
Unfortunately the solution is not that easy. The file size limitation is due to our WAF/DDOS protection with Cloudflare. Currently their limit is 100mb for their pro account unless you get the ultra expensive enterprise plan which we can not afford then it can be increased to 500mb.

I'll look into ways we can counter this by possibly using upload chunking, the only problem is that requires javascript so it would work fine for a web form but it wont work for an api.

For the API I could spin up another backend that is unprotected from DDOS so that if it does get attacked only uploading via the API is effected and not the entire website.

Last edited by Dolby : 02-08-22 at 10:12 AM.
  Reply With Quote