0

Just curious.... Is there a maximum file size allowed when using html input? I read that the default in an asp mvc app is 4 mb, but is there an upper limit?

mrwienerdog
  • 815
  • 3
  • 18
  • 35

1 Answers1

1

"maximum file size allowed" is not decided by html, but from the server code or web server settings.

please refer to this answer max-upload-size-in-asp-net

Community
  • 1
  • 1
ilmansg
  • 99
  • 8