FSharp.Data
FSharp.Data copied to clipboard
Can not upload file size bigger than 2GB
I'm trying to upload a file size of 10GB.
I follow this document to handling multipart form data.
After doing some tests, I can upload ok if the file is smaller than 2GB, but the server will receive nothing if the file is bigger than 2GB.
Could we somehow increase the uploading size?
- .NET Core 3.1