Is it possible to influence client_max_size used by aiohttp? Currently relatively large files (more than 1MB encoded) can't be uploaded. ```wl FormFunction[{"file" -> "CachedFile"},ToString[#file]&] ```
Is it possible to influence client_max_size used by aiohttp?
Currently relatively large files (more than 1MB encoded) can't be uploaded.