Replies: 1 comment
-
This is repo for Minio + AspNetCore integration, seems like your problem is about Minio.NET itself. Please file an issue in https://github.com/minio/minio-dotnet with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a problem on upload a large file to minio, hope you can help.
This function is web API written in ASP.NET Core running in linux docker, when the file size is over 5MB, the UploadFile will failed and without any exception.
The api controller header is like this
[HttpPost, DisableRequestSizeLimit]
I had added DisableRequestSizeLimit but seem not working, any advise? many thx
Beta Was this translation helpful? Give feedback.
All reactions