I am uploading files on azure storage file share. I followed this guide: https://docs.microsoft.com/en-us/azure/storage/files/storage-java-how-to-use-file-storage It works fine, but I can not upload files larger than 2MB. What is the problem?
Spring does not show any error and on the frontend I get 500 Internal Server Error.
maxRequestLength
andmaxAllowedContentLength
values in your web.config file. You could follow this doc.cnblogs.com/malaikuangren/archive/2012/09/23/2698974.html – George Chen